forked from bunkerity/bunkerweb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
165 lines (157 loc) · 5.13 KB
/
mkdocs.yml
File metadata and controls
165 lines (157 loc) · 5.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
site_name: BunkerWeb documentation
site_url: https://docs.bunkerweb.io/
repo_url: https://github.com/bunkerity/bunkerweb
site_description: Documentation of BunkerWeb, the open source and next generation WAF.
copyright: Copyright © <script>document.write(new Date().getFullYear())</script> Bunkerity
exclude_docs: |
node_modules/**
nav: # language-agnostic structure (same file names in each locale folder)
- Introduction: "index.md"
- Concepts: "concepts.md"
- Integrations: "integrations.md"
- Quickstart guide: "quickstart-guide.md"
- Features: "features.md"
- Advanced usages: "advanced.md"
- Web UI: "web-ui.md"
- API: "api.md"
- Upgrading: "upgrading.md"
- Troubleshooting: "troubleshooting.md"
- Plugins: "plugins.md"
- Professional services: "professional-services.md"
- About: "about.md"
theme:
name: material
language: en
logo: assets/logo.png
favicon: assets/favicon.png
font: false
features:
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- toc.integrate
- content.code.copy
custom_dir: docs/overrides
extra_css:
- assets/extra.css
extra_javascript:
- assets/extra.js
- https://chatbot.bunkerweb.io/static/js/chatbot.js
- assets/preserve-version-on-language-switch.js
- assets/toc-dropdown.js
markdown_extensions:
- attr_list
- md_in_html
- admonition
- tables
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
extra:
version:
provider: mike
version: latest
generator: false
social:
- icon: fontawesome/brands/discord
link: https://discord.com/invite/fTf46FmtyD
- icon: fontawesome/brands/github
link: https://github.com/bunkerity
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/bunkerity/
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/BunkerWeb/
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/bunkerweb/
- icon: fontawesome/brands/twitter
link: https://x.com/bunkerity
plugins:
# i18n must run early so other plugins (search, social, print-site, mike) see localized pages
- i18n:
docs_structure: folder
reconfigure_material: true
languages:
- locale: en
name: English - 🇬🇧
default: true
site_name: BunkerWeb documentation
- locale: fr
name: Français - 🇫🇷
site_name: Documentation BunkerWeb
nav_translations:
Introduction: Introduction
Concepts: Concepts
Integrations: Intégrations
"Quickstart guide": "Guide de démarrage rapide"
Features: Fonctionnalités
"Advanced usages": "Utilisations avancées"
"Web UI": "Interface Web"
API: "API"
Upgrading: "Mise à niveau"
Troubleshooting: Dépannage
Plugins: Plugins
"Professional services": "Services professionnels"
About: "À propos"
- locale: de
name: Deutsch - 🇩🇪
site_name: BunkerWeb Dokumentation
nav_translations:
Introduction: Einführung
Concepts: Konzepte
Integrations: Integrationen
"Quickstart guide": Schnellstart
Features: Funktionen
"Advanced usages": "Erweiterte Nutzung"
"Web UI": "Weboberfläche"
API: "API"
Upgrading: Aktualisierung
Troubleshooting: Fehlerbehebung
Plugins: Plugins
"Professional services": "Professionelle Dienste"
About: Über
- locale: es
name: Español - 🇪🇸
site_name: Documentación de BunkerWeb
nav_translations:
Introduction: Introducción
Concepts: Conceptos
Integrations: Integraciones
"Quickstart guide": "Guía de inicio rápido"
Features: Funcionalidades
"Advanced usages": "Usos avanzados"
"Web UI": "Interfaz web"
API: "API"
Upgrading: Actualización
Troubleshooting: "Solución de problemas"
Plugins: Plugins
"Professional services": "Servicios profesionales"
About: "Acerca de"
- locale: zh
name: 中文 - 🇨🇳
site_name: BunkerWeb 文档
nav_translations:
Introduction: 介绍
Concepts: 概念
Integrations: 集成
"Quickstart guide": "快速入门指南"
Features: 功能
"Advanced usages": "高级用法"
"Web UI": "Web 界面"
API: "API"
Upgrading: 升级
Troubleshooting: 故障排除
Plugins: 插件
"Professional services": "专业服务"
About: 关于
- search
- social:
cards_layout_options:
background_color: "#0b5577"
color: "white"
- mike:
canonical_version: latest
- print-site