49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
site_name: Garage Num Doc
|
|
site_url: https://garagenum.gitlab.io/doc
|
|
site_dir: public
|
|
theme:
|
|
name: material
|
|
features:
|
|
- tabs
|
|
plugins:
|
|
- markdownmermaid
|
|
markdown_extensions:
|
|
- admonition
|
|
- pymdownx.details
|
|
- pymdownx.superfences
|
|
- pymdownx.highlight:
|
|
use_pygments: false
|
|
linenums_style: pymdownx.inline
|
|
- pymdownx.inlinehilite
|
|
- pymdownx.keys
|
|
- footnotes
|
|
- toc:
|
|
permalink: true
|
|
- attr_list
|
|
extra_javascript:
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/highlight.min.js
|
|
- javascripts/config.js
|
|
- https://unpkg.com/mermaid@7.1.2/dist/mermaid.min.js
|
|
extra_css:
|
|
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.1.1/styles/default.min.css
|
|
nav:
|
|
- Accueil: index.md
|
|
- Cours:
|
|
- Introduction: cours/index.md
|
|
- "Présentation du Garage":
|
|
- cours/presentation-garage/index.md
|
|
- cours/presentation-garage/equipe.md
|
|
- cours/presentation-garage/histoire.md
|
|
- cours/presentation-garage/projets.md
|
|
- cours/presentation-garage/statut.md
|
|
- Ressources:
|
|
- cours/presentation-garage/ressources/sites-web.md
|
|
- Python:
|
|
- cours/python/index.md
|
|
- cours/python/workspace.md
|
|
- cours/python/1stproject.md
|
|
- cours/python/rest.md
|
|
- cours/python/os-script.md
|
|
- Divers:
|
|
- divers/backup.md
|