This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
64 lines (59 loc) · 1.72 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
site_name: WAO Intranet documentation
nav:
- Accueil: index.md
- About:
- Informations globales: about/about.md
- Contributions: about/contributing.md
- License: about/license.md
- Deploiement & Production:
- Comment deploier le site: deployment/deploy.md
- Maintenance du site: deployment/maintenance.md
- Server: deployment/server.md
- Admin:
- Pour l'admin: admin/admin.md
- Comment utiliser le site admin: admin/how-to-use.md
- Role de l'admin: admin/role.md
- Base de données:
- BDD: database/database.md
- PostgreSQL: database/postgres.md
- SQL: database/queries.md
- Django:
- Le framework: django/django.md
- Python: django/python.md
- Development:
- Outils de development: development/tools.md
- Branch dev du site: development/dev.md
- Executer le server en local: development/run-project-locally.md
- Comment ajouter une fonctionnalité: development/adding-feature.md
- Tests: development/testing.md
- Heroku:
- L'app weareone-intranet: heroku/app.md
- Données: heroku/data.md
- Heroku: heroku/heroku.md
- Fichiers statiques: heroku/static-files.md
- Contact:
- Contactez-nous: contact/contact-us.md
- MKDOCS: mkdocs.md
theme:
name: material
language: fr
palette:
primary: yellow
accent: indigo
font:
text: Ubuntu
code: Ubuntu Mono
repo_name: We-Are-One-CS/wao-docs
repo_url: https://github.com/We-Are-One-CS/wao-docs
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/We-Are-One-CS
- icon: fontawesome/solid/users
link: https://www.weareone.eu.com/
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true