mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-04-21 13:37:48 +00:00
170 lines
5.3 KiB
YAML
170 lines
5.3 KiB
YAML
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
|
|
- toc:
|
|
toc_depth: 3
|
|
- pymdownx.superfences:
|
|
custom_fences:
|
|
- name: mermaid
|
|
class: mermaid
|
|
format: !!python/name:pymdownx.superfences.fence_code_format
|
|
- 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
|