wiki/mkdocs.yml
Simon Vieille 246e671d47
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
add content and conf
2023-02-11 14:59:24 +01:00

53 lines
1.2 KiB
YAML

site_name: Deblan Wiki
# extra_css:
# - /_static/css/extra.css
plugins:
- search
- table-reader
- git-revision-date-localized
theme:
name: material
logo: /_static/img/logo.svg
favicon: /_static/img/logo.svg
features:
- content.code.copy
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.magiclink
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
nav:
- "Service d'hébergement":
- "Deblan Hosting": hosting/overview.md
- "Services": hosting/services.md
- "Accès": hosting/access.md
- "Conditions générales d'utilisation": hosting/cgu.md
- "Services":
- "Accès libre": services/public.md
- "Sur inscription": services/private.md
- "États des services": status.md