-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
33 lines (29 loc) · 723 Bytes
/
mkdocs.yml
File metadata and controls
33 lines (29 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
site_name: SPAN SG
# TODO-2025-10-07: site_url vérifié (public, repo personnel)
site_url: https://alexmacapple.github.io/span-sg/
# TODO-2025-10-07: repo_url vérifié
repo_url: https://github.com/Alexmacapple/span-sg
strict: true
theme:
name: dsfr
language: fr
plugins:
- search:
lang: fr
nav:
- SPAN (SG): index.md
- SPAN (services):
- BGS: modules/bgs.md
- SAFI: modules/safi.md
- SIEP: modules/siep.md
- SIRCOM: modules/sircom.md
- SNUM: modules/snum.md
- SRH: modules/srh.md
- Synthèse: synthese.md
- Processus: processus.md
- Guide contributeur: contributing.md
- Développement local: dev-local.md
markdown_extensions:
- tables
- toc:
permalink: true