32 lines
840 B
YAML
32 lines
840 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
|
|
markdown_extensions:
|
|
- toc:
|
|
permalink: "#"
|
|
- pymdownx.emoji:
|
|
emoji_index: !!python/name:materialx.emoji.twemoji
|
|
emoji_generator: !!python/name:materialx.emoji.to_svg
|