From fca29f0e760d3ec673bc5cc35f3804aac47dc96d Mon Sep 17 00:00:00 2001 From: spham Date: Fri, 6 Jun 2025 10:01:47 +0200 Subject: [PATCH] Add mkdocs.yaml --- mkdocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 mkdocs.yaml diff --git a/mkdocs.yaml b/mkdocs.yaml new file mode 100644 index 0000000..b640a52 --- /dev/null +++ b/mkdocs.yaml @@ -0,0 +1,13 @@ +site_name: "Suivi-Maturite-IAC" +site_description: "Documentation pour l'outil de suivi de maturité IAC" +repo_url: https://gitlab-repo-res.apps.eul.sncf.fr/dsir/tec/90651/autres/tdbl.git +edit_uri: edit/master/docs + +plugins: + - techdocs-core + +# Configuration de la navigation dans la sidebar +nav: + - Overview: + - Introduction: 'docs/index.md' + - "Qu'est-ce que la Maturité IAC ?": 'docs/overview/what-is-iac-maturity.md' \ No newline at end of file