mirror of
https://github.com/deunix-educ/Fail2banMqttActionBanishment.git
synced 2026-08-24 03:11:58 +02:00
First commit
This commit is contained in:
+50
@@ -0,0 +1,50 @@
|
||||
site_name: Fail2banActionBanisher
|
||||
site_description: Système distribué de bannissement d'hôtes malveillants (fail2ban + iptables + MQTT)
|
||||
repo_url: https://github.com/deunix-educ/Fail2banMqttActionBanisher
|
||||
docs_dir: docs
|
||||
|
||||
theme:
|
||||
name: material
|
||||
language: fr
|
||||
palette:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: Basculer en mode sombre
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: Basculer en mode clair
|
||||
features:
|
||||
- navigation.sections
|
||||
- navigation.top
|
||||
- content.code.copy
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- toc:
|
||||
permalink: true
|
||||
slugify: !!python/object/apply:pymdownx.slugs.slugify
|
||||
kwds:
|
||||
case: lower
|
||||
|
||||
plugins:
|
||||
- search
|
||||
- i18n:
|
||||
docs_structure: suffix
|
||||
languages:
|
||||
- locale: fr
|
||||
name: Français
|
||||
build: true
|
||||
default: true
|
||||
- locale: en
|
||||
name: English
|
||||
build: true
|
||||
|
||||
nav:
|
||||
- Accueil: index.md
|
||||
- Installation: installation.md
|
||||
- Déploiement en production: deployment.md
|
||||
- Référence: reference.md
|
||||
Reference in New Issue
Block a user