diff --git a/docs/liste-des-cours.md b/docs/cours/index.md similarity index 100% rename from docs/liste-des-cours.md rename to docs/cours/index.md diff --git a/docs/presentation-garage/association-non-lucrative.md b/docs/cours/presentation-garage/association-non-lucrative.md similarity index 100% rename from docs/presentation-garage/association-non-lucrative.md rename to docs/cours/presentation-garage/association-non-lucrative.md diff --git a/docs/presentation-garage/histoire.md b/docs/cours/presentation-garage/histoire.md similarity index 100% rename from docs/presentation-garage/histoire.md rename to docs/cours/presentation-garage/histoire.md diff --git a/docs/presentation-garage/ressources/sites-web.md b/docs/cours/presentation-garage/ressources/sites-web.md similarity index 100% rename from docs/presentation-garage/ressources/sites-web.md rename to docs/cours/presentation-garage/ressources/sites-web.md diff --git a/mkdocs.yml b/mkdocs.yml index 92129444..bb8d6198 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,3 +2,6 @@ site_name: Garage Num Doc site_url: https://garagenum.gitlab.io/doc site_dir: public theme: material +nav: + - Introduction: index.md + - Cours: cours/index.md