42 lines
1.2 KiB
YAML
42 lines
1.2 KiB
YAML
site_name: Documentation de GNOUS
|
|
site_url: https://docs.gnous.fr
|
|
nav:
|
|
- Bienvenue: index.md
|
|
- Mattermost:
|
|
- Général: mattermost/index.md
|
|
- "Bonnes pratiques": mattermost/bonnes-pratiques.md
|
|
- Nextcloud:
|
|
- Général: nextcloud/index.md
|
|
- Collaborer: nextcloud/collaborer.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: 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
|
|
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
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- footnotes
|
|
- pymdownx.tabbed:
|
|
alternate_style: true
|