docs/mkdocs.yml
2020-09-08 14:20:31 +02:00

56 lines
1.6 KiB
YAML

site_name: Garage Num Doc
site_url: https://garagenum.gitlab.io/doc
site_dir: public
theme:
name: material
custom_dir: overrides
features:
- tabs
plugins:
- markdownmermaid
- search:
min_search_length: 2
- git-authors
- git-revision-date
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/index.md
- divers/backup.md
- divers/install_pxe.md