docs/mkdocs.yml
2021-12-22 12:32:42 +01:00

33 lines
869 B
YAML

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
logo: img/gnous.svg
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
edit_uri: _edit/master/docs/
markdown_extensions:
- toc:
permalink: "#"
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg