mirror of
https://github.com/guezoloic/millesima_projetS6.git
synced 2026-03-28 11:03:41 +00:00
21 lines
357 B
YAML
21 lines
357 B
YAML
site_name: "Projet Millesima S6"
|
||
site_url: "https://github.guezoloic.com/millesima-ai-engine/"
|
||
|
||
theme:
|
||
name: "material"
|
||
|
||
plugins:
|
||
- search
|
||
- mkdocstrings
|
||
|
||
extra:
|
||
generator: false
|
||
|
||
copyright: "Loïc GUEZO & Chahrazad DAHMANI – UPEC S6 – 2026"
|
||
|
||
markdown_extensions:
|
||
- admonition
|
||
- pymdownx.details
|
||
- pymdownx.superfences
|
||
- pymdownx.tabbed
|