-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (43 loc) · 1.18 KB
/
mkdocs.yml
File metadata and controls
43 lines (43 loc) · 1.18 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
40
41
42
43
site_name: Guide éditeur
nav:
- Bienvenue: index.md
- Démarrer:
- Configurer le compte: gs/index.md
- Publier des séries: gs/series.md
- Inviter des collaborateurs: gs/members.md
- Ajouter des graphiques: gs/charts.md
- Supprimer la collection: gs/wrapup.md
- Travailler dans Excel:
- Démarrer: excel/index.md
- Publication simple: excel/put.md
- Aller plus loin:
- Organiser la collection: next/index.md
- Créer une collection privée: next/private.md
- Réaliser tous les graphiques: next/charts.md
- Répondre aux questions: next/questions.md
- Travailler avec 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
features:
- navigation.indexes
- navigation.sections
- navigation.instant
- navigation.tracking
extra:
generator: false not working
homepage: https://www.gostatit.com
analytics:
provider: google
property: UA-163848470-1
extra_css:
- stylesheets/extra.css
markdown_extensions:
- attr_list