DocScoDocMM/mkdocs.yml

70 lines
1.9 KiB
YAML
Raw Normal View History

2020-09-21 16:30:27 +02:00
site_name: ScoDoc
2021-10-01 16:04:34 +02:00
theme:
2022-04-24 16:32:20 +02:00
# name: mkdocs
name: material
2021-10-01 16:04:34 +02:00
navigation_depth: 3
2022-04-24 16:32:20 +02:00
features:
- navigation.tabs
- toc.follow
- navigation.top
palette:
primary: light blue
language: fr
logo: assets/images/android-chrome-192x192.png
extra_css:
- stylesheets/extra.css
2021-10-01 16:04:34 +02:00
2020-09-21 16:30:27 +02:00
nav:
2022-04-24 16:32:20 +02:00
- Accueil: index.md
- Documentation:
- "Guide utilisateur": GuideUtilisateur.md
- "Tutos vidéos": https://www.youtube.com/playlist?list=PLw49h6RbvswhasBk9bXj7PzOD8GDW3kG1
- "Responsables de formations": GuideAdminFormation.md
2022-04-24 23:19:00 +02:00
- "Le BUT": BUT.md
2022-04-24 16:32:20 +02:00
- "FAQ": FAQ.md
2022-04-24 16:32:20 +02:00
- Installation:
- "Guide administration": GuideAdminSys.md
- "Installation": GuideInstallDebian11.md
- "Mises à jour": MisesAJour.md
- "Interfaces SI": InterrogationPortail.md
- "Publication des notes": PublicationEtudiants.md
- "Export Apogée": ScoDocApogee.md
2021-10-28 10:23:28 +02:00
2022-04-24 16:32:20 +02:00
- Association:
- "Association 1901": AssociationScoDoc.md
- "Utilisateurs": UtilisateursScoDoc.md
- Développement:
- "Git": https://scodoc.org/git
- "Guide Développeurs": GuideDeveloppeurs.md
- "API (interfaçages autres logiciels)": ScoDoc9API.md
2020-10-22 10:57:45 +02:00
- FAQ: FAQ.md
2020-09-21 16:30:27 +02:00
# theme: readthedocs
# Pour LaTex, juste faire pip install python-markdown-math
# dans l'environnement choisi (mkdocs)
2022-04-24 16:32:20 +02:00
#extra_javascript:
2021-09-30 20:09:10 +02:00
# - 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:
2022-04-24 16:32:20 +02:00
generic: true
2022-02-01 07:50:34 +01:00
- footnotes
2022-04-24 16:32:20 +02:00
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format