docs/mkdocs.yml

40 lines
1.2 KiB
YAML
Raw Normal View History

2021-12-15 16:46:25 +01:00
site_name: Documentation de GNOUS
site_url: https://docs.gnous.fr
nav:
- Bienvenue: index.md
- Mattermost: mattermost/index.md
- Nextcloud:
- Général: nextcloud/index.md
- Partager: nextcloud/partage.md
- Mail:
- Général: mail/index.md
- "Portail d'administration": mail/admin.md
- Webmail: mail/webmail.md
- VPN: vpn/index.md
theme:
name: material
2021-12-27 18:45:07 +01:00
logo: https://git.gnous.fr/Gnous/Communication/raw/branch/master/logos/svg/Blanc-cercle-plein.svg
favicon: https://git.gnous.fr/Gnous/Communication/raw/branch/master/logos/svg/favicon_docs.svg
2021-12-15 16:46:25 +01:00
language: fr
features:
- navigation.tracking
- navigation.top
- search.highlight
- search.suggest
site_dir: html
repo_url: https://git.gnous.fr/Gnous/docs
repo_name: Gnous/docs
2021-12-22 12:32:42 +01:00
edit_uri: _edit/master/docs/
2021-12-15 16:46:25 +01:00
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
2021-12-27 18:45:07 +01:00
- admonition
- pymdownx.details
- pymdownx.superfences
2021-12-29 15:32:42 +01:00
- footnotes
- pymdownx.tabbed:
alternate_style: true