2020-09-21 16:30:27 +02:00
|
|
|
site_name: ScoDoc
|
2021-10-01 16:04:34 +02:00
|
|
|
|
|
|
|
theme:
|
|
|
|
name: mkdocs
|
|
|
|
navigation_depth: 3
|
|
|
|
|
2020-09-21 16:30:27 +02:00
|
|
|
nav:
|
2021-01-28 15:03:04 +01:00
|
|
|
- Documentation:
|
|
|
|
- 'Guide utilisateur': GuideUtilisateur.md
|
|
|
|
- 'Tutos vidéos': https://www.youtube.com/playlist?list=PLw49h6RbvswhasBk9bXj7PzOD8GDW3kG1
|
|
|
|
- 'Responsables de formations': GuideAdminFormation.md
|
|
|
|
- 'FAQ': FAQ.md
|
2021-10-24 19:18:57 +02:00
|
|
|
|
2021-01-28 15:03:04 +01:00
|
|
|
- Installation:
|
|
|
|
- 'Guide administration': GuideAdminSys.md
|
2021-09-24 20:31:25 +02:00
|
|
|
- 'Installation': GuideInstallDebian11.md
|
2021-01-28 15:03:04 +01:00
|
|
|
- 'Mises à jour': MisesAJour.md
|
|
|
|
- 'Interfaces SI': InterrogationPortail.md
|
2021-01-29 13:41:40 +01:00
|
|
|
- 'Publication des notes': PublicationEtudiants.md
|
2021-01-28 15:03:04 +01:00
|
|
|
- 'Export Apogée': ScoDocApogee.md
|
|
|
|
- 'API': ScoDocAPI.md
|
|
|
|
|
2021-10-24 19:18:57 +02:00
|
|
|
- Association:
|
|
|
|
- 'Association 1901': AssociationScoDoc.md
|
|
|
|
- 'Utilisateurs': UtilisateursScoDoc.md
|
|
|
|
|
|
|
|
- Développement:
|
|
|
|
- 'Git': https://scodoc.org/git
|
|
|
|
- 'Guide Développeurs': GuideDeveloppeurs.md
|
|
|
|
|
2020-10-22 10:57:45 +02:00
|
|
|
- FAQ: FAQ.md
|
2020-09-21 22:24:48 +02:00
|
|
|
|
2020-09-21 16:30:27 +02:00
|
|
|
# theme: readthedocs
|
|
|
|
|
|
|
|
# Pour LaTex, juste faire pip install python-markdown-math
|
|
|
|
# dans l'environnement choisi (mkdocs)
|
2021-09-30 20:09:10 +02:00
|
|
|
#extra_javascript:
|
|
|
|
# - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
|
|
|
|
|
|
|
|
extra_javascript:
|
|
|
|
- javascripts/config.js
|
|
|
|
- https://polyfill.io/v3/polyfill.min.js?features=es6
|
|
|
|
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
|
2020-09-21 16:30:27 +02:00
|
|
|
|
|
|
|
markdown_extensions:
|
2021-09-30 20:09:10 +02:00
|
|
|
- pymdownx.arithmatex:
|
2021-10-01 16:04:34 +02:00
|
|
|
generic: true
|