From 4ee3bb9cd01daf0b84e1941681fd37736f88b3cd Mon Sep 17 00:00:00 2001 From: Sylvain Lafay Date: Thu, 30 May 2024 14:28:35 +0200 Subject: [PATCH] changement de la navigation principale --- content/fr/about/index.md | 9 ++++----- content/fr/blog/index.njk | 6 +----- content/fr/contact/index.md | 4 ++-- content/fr/faq/faq.md | 10 ++++++++++ content/fr/{help => first-steps}/index.md | 8 +++----- content/fr/{about.md => help.md} | 4 ++-- content/fr/index.njk | 3 --- 7 files changed, 22 insertions(+), 22 deletions(-) create mode 100644 content/fr/faq/faq.md rename content/fr/{help => first-steps}/index.md (96%) rename content/fr/{about.md => help.md} (57%) diff --git a/content/fr/about/index.md b/content/fr/about/index.md index dc80f19..6dd8c72 100644 --- a/content/fr/about/index.md +++ b/content/fr/about/index.md @@ -2,10 +2,9 @@ title: À propos layout: layouts/page.njk eleventyNavigation: - key: Présentation - parent: À propos - order: 1 -slugOverride: a propos + key: À propos + order: 3 +slugOverride: a-propos --- -Nous sommes la mission logiciels libres. +Nous sommes la documentation de cartes.gouv.fr diff --git a/content/fr/blog/index.njk b/content/fr/blog/index.njk index f263a87..297cdd6 100644 --- a/content/fr/blog/index.njk +++ b/content/fr/blog/index.njk @@ -10,11 +10,7 @@ } }, layout: "layouts/page.njk", - permalink: "/{{ lang }}/blog/{% if pagination.pageNumber %}{{ pagePrefix }}{{ pagination.pageNumber + 1 }}/{% endif %}", - eleventyNavigation: { - key: "Documentation", - order: 2 - } + permalink: "/{{ lang }}/blog/{% if pagination.pageNumber %}{{ pagePrefix }}{{ pagination.pageNumber + 1 }}/{% endif %}" } --- diff --git a/content/fr/contact/index.md b/content/fr/contact/index.md index 75499e5..fd33000 100644 --- a/content/fr/contact/index.md +++ b/content/fr/contact/index.md @@ -3,7 +3,7 @@ title: Contact eleventyNavigation: key: Nous écrire externalUrl: https://cartes.gouv.fr/nous-ecrire - parent: À propos - order: 3 + parent: Assistance + order: 2 permalink: false --- diff --git a/content/fr/faq/faq.md b/content/fr/faq/faq.md new file mode 100644 index 0000000..562309b --- /dev/null +++ b/content/fr/faq/faq.md @@ -0,0 +1,10 @@ +--- +title: Questions fréquentes +layout: layouts/page.njk +eleventyNavigation: + key: Questions fréquentes + parent: Assistance + order: 1 +--- + +Liste de questions fréquentes concernant la documentation de cartes.gouv.fr diff --git a/content/fr/help/index.md b/content/fr/first-steps/index.md similarity index 96% rename from content/fr/help/index.md rename to content/fr/first-steps/index.md index 587d476..a1fd099 100644 --- a/content/fr/help/index.md +++ b/content/fr/first-steps/index.md @@ -1,11 +1,9 @@ --- -title: Vous êtes un peu perdu ? +title: Premiers pas layout: layouts/page.njk eleventyNavigation: - key: Vous êtes un peu perdu ? - parent: À propos - order: 2 - slugOverride: aide + key: Premiers pas +slugOverride: premiers-pas --- ## Vous trouverez dans la documentation générale diff --git a/content/fr/about.md b/content/fr/help.md similarity index 57% rename from content/fr/about.md rename to content/fr/help.md index e0cf22d..81fee0c 100644 --- a/content/fr/about.md +++ b/content/fr/help.md @@ -1,6 +1,6 @@ --- eleventyNavigation: - key: À propos - order: 3 + key: Assistance + order: 2 permalink: false --- diff --git a/content/fr/index.njk b/content/fr/index.njk index 4721c0d..b8c54e4 100644 --- a/content/fr/index.njk +++ b/content/fr/index.njk @@ -1,9 +1,6 @@ --- title: Accueil layout: layouts/home.njk -eleventyNavigation: - key: Accueil - order: 1 numberOfLatestPostsToShow: 3 ---