-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 1.07 KB
/
mkdocs.yml
File metadata and controls
39 lines (39 loc) · 1.07 KB
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
34
35
36
37
38
39
site_name: Guide utilisateur
nav:
- Bienvenue: index.md
- Démarrer:
- Accéder aux séries: gs/index.md
- Visiter les collections: gs/collections.md
- Voir les graphiques: gs/charts.md
- Créer un compte: gs/account.md
- Suivre des séries:
- Favoris & alertes: perso/index.md
- Tableaux de bord: perso/dashboards.md
- Utiliser Excel:
- Installer le complément Excel: excel/index.md
- Accéder aux indicateurs: excel/access.md
- Utiliser l'API:
- Démarrer: api/index.md
- Référence: api/reference.md
theme:
name: material
palette:
primary: white
secondary: black
accent: orange
logo: img/logo_statit_64.png
favicon: img/favicon.ico
language: fr
features:
#- navigation.tabs
- navigation.indexes
- navigation.sections
- navigation.instant
- navigation.tracking
extra:
generator: false #this should remove the Made with Material at the bottom - not working
homepage: https://gostatit.com
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list