-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (40 loc) · 1.04 KB
/
mkdocs.yml
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
site_name: My Docs
theme:
name: material
logo: assets/logo.png
features:
- navigation.sections
language: fr
extra_css:
- stylesheets/extra.css
repo_url: https://github.com/ClemsP/OpenRepairPlatform
site_name: OpenRepairPlatform & Réparons
markdown_extensions:
- admonition
- fontawesome_markdown
nav:
- 'index.md'
- 'Déploiement':
- 'deploiement/installation.md'
- 'deploiement/first-lauch.md'
- 'Compte personnel':
- 'account/create-account.md'
- 'account/profil.md'
- 'activity.md'
- 'location.md'
- 'Evènements':
- 'event/event-index.md'
- 'event/reservation.md'
- 'event/create-event.md'
- 'event/manage-event.md'
- 'Organisations':
- 'organization/org-index.md'
- 'organization/create.md'
- 'organization/groups.md'
- 'organization/members.md'
- 'organization/manage.md'
- 'Appareils / objets':
- 'stuffs-device/how-it-works.md'
- 'stuffs-device/inventory.md'
- 'stuffs-device/view-edit.md'
- 'stuffs-device/repair.md'