wiki/mkdocs.yml

58 lines
1.3 KiB
YAML
Raw Normal View History

2023-02-11 14:21:47 +01:00
site_name: Deblan Wiki
# extra_css:
# - /_static/css/extra.css
plugins:
- search
- table-reader
2023-02-11 23:29:57 +01:00
- social
2023-02-11 14:21:47 +01:00
- git-revision-date-localized
2023-02-11 15:51:15 +01:00
extra:
generator: false
2023-02-11 14:21:47 +01:00
theme:
name: material
logo: /_static/img/logo.svg
favicon: /_static/img/logo.svg
features:
- content.code.copy
2023-02-11 15:43:48 +01:00
- navigation.tabs
2023-02-11 15:51:15 +01:00
- navigation.footer
2023-02-11 14:21:47 +01:00
palette:
2023-02-11 18:41:32 +01:00
primary: "light blue"
scheme: slate
2023-02-11 14:21:47 +01:00
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
extend_pygments_lang:
- name: php-inline
lang: php
options:
startinline: true
- pymdownx.tabbed:
alternate_style: true
2023-02-11 14:59:24 +01:00
- pymdownx.magiclink
2023-02-11 14:21:47 +01:00
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight
- pymdownx.inlinehilite
nav:
2023-02-11 15:04:31 +01:00
- Accueil: index.md
2023-02-11 15:43:48 +01:00
- "Hébergement":
- "Deblan Hosting":
- "Introduction": hosting/overview.md
- "Services": hosting/services.md
- "Accès": hosting/access.md
- "Conditions générales d'utilisation": hosting/cgu.md
- "Gitnet page":
- "Introduction": gitnet_page/overview.md
- "Utilisation": gitnet_page/usage.md
2023-02-11 14:21:47 +01:00
- "Services":
- "Accès libre": services/public.md
- "Sur inscription": services/private.md
2023-02-11 15:43:48 +01:00
- "États des services": services/status.md