52 lines
1.5 KiB
YAML
52 lines
1.5 KiB
YAML
site_name: Alliance Boréale — Documentation officielle
|
|
site_url: https://docs.alliance-boreale.ca
|
|
repo_url: https://eregion.chezlepro.ca/Chezlepro/alliance-boreale-docs
|
|
repo_name: Chezlepro / Alliance-Boréale
|
|
theme:
|
|
name: material
|
|
language: fr
|
|
features:
|
|
- navigation.instant
|
|
- navigation.tracking
|
|
- navigation.top
|
|
- search.highlight
|
|
- search.suggest
|
|
- content.code.copy
|
|
- content.tabs.link
|
|
- navigation.expand
|
|
- navigation.sections
|
|
palette:
|
|
- media: "(prefers-color-scheme: light)"
|
|
scheme: default
|
|
primary: blue grey
|
|
accent: deep orange
|
|
- media: "(prefers-color-scheme: dark)"
|
|
scheme: slate
|
|
primary: blue grey
|
|
accent: amber
|
|
icon:
|
|
logo: material/earth
|
|
repo: fontawesome/brands/git-alt
|
|
extra:
|
|
social:
|
|
- icon: fontawesome/brands/git-alt
|
|
link: https://eregion.chezlepro.ca/Chezlepro
|
|
- icon: fontawesome/brands/mastodon
|
|
link: https://alliance-boreale.ca
|
|
copyright: >
|
|
© 2025 Alliance Boréale. Distribué sous licence CC-BY-SA 4.0.
|
|
nav:
|
|
- Accueil: index.md
|
|
- Fondements:
|
|
- Manifeste: 00-manifeste.md
|
|
- Charte: 01-charte.md
|
|
- Instanciation:
|
|
- Guide: 10-instanciation/guide.md
|
|
- Prérequis: 10-instanciation/prerequis.md
|
|
- Gouvernance:
|
|
- Rôles: 20-gouvernance/roles.md
|
|
- Processus: 20-gouvernance/processus.md
|
|
- Fédération:
|
|
- Registre YAML: 30-federation/registre.md
|
|
- Protocole de synchronisation: 30-federation/protocole.md
|
|
|