From 782abff51ce76f96413829150436aea85fa7dd5a Mon Sep 17 00:00:00 2001 From: Florian du Garage Num Date: Mon, 3 Aug 2020 17:37:06 +0000 Subject: [PATCH] add nav --- docs/{liste-des-cours.md => cours/index.md} | 0 .../presentation-garage/association-non-lucrative.md | 0 docs/{ => cours}/presentation-garage/histoire.md | 0 docs/{ => cours}/presentation-garage/ressources/sites-web.md | 0 mkdocs.yml | 3 +++ 5 files changed, 3 insertions(+) rename docs/{liste-des-cours.md => cours/index.md} (100%) rename docs/{ => cours}/presentation-garage/association-non-lucrative.md (100%) rename docs/{ => cours}/presentation-garage/histoire.md (100%) rename docs/{ => cours}/presentation-garage/ressources/sites-web.md (100%) 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