From fa24444ef38a3555f54e7fd6674521155f0ef8f5 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 21 Feb 2023 17:20:17 +0100 Subject: update to yaml --- content/prise_en_main/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'content/prise_en_main/_index.md') diff --git a/content/prise_en_main/_index.md b/content/prise_en_main/_index.md index 952d440..c97ae39 100644 --- a/content/prise_en_main/_index.md +++ b/content/prise_en_main/_index.md @@ -1,9 +1,9 @@ -+++ -title = "Prise en main" -description = "Prise en main" -weight = 10 -sort_by = "weight" -+++ +--- +title: "Prise en main" +description: "Prise en main" +weight: 10 +sort_by: "weight" +--- Ce manuel vous accompagne dans la découverte de nos outils. Pour vous aider à vous y retrouver, nous vous proposons 3 cas d'usages typiques : rester en contact avec ses proches, organiser une réunion, -- cgit v1.2.3 From 75a62c57897f0e19433eadbfd9cf7c1409b7f047 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Tue, 28 Feb 2023 21:54:25 +0100 Subject: try to flatten --- content/prise_en_main/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/prise_en_main/_index.md') diff --git a/content/prise_en_main/_index.md b/content/prise_en_main/_index.md index c97ae39..7687c80 100644 --- a/content/prise_en_main/_index.md +++ b/content/prise_en_main/_index.md @@ -3,6 +3,8 @@ title: "Prise en main" description: "Prise en main" weight: 10 sort_by: "weight" +extra: + parent: null --- Ce manuel vous accompagne dans la découverte de nos outils. @@ -60,7 +62,7 @@ Je veux créer un site web qui soit référencé dans les moteurs de recherche, un espace où je puisse gérer finement mon contenu, et vers lequel je peux envoyer des gens s'y référer -[↣ Apprendre à créer un site web](@/prise_en_main/web/_index.md) +[↣ Apprendre à créer un site web](@/prise_en_main/web.md) # URL des services -- cgit v1.2.3 From 6cac8feab52e8105bc7be0f1b3a0f37a313635b4 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 1 Mar 2023 15:38:36 +0100 Subject: rework menu logic part 1 --- content/prise_en_main/_index.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'content/prise_en_main/_index.md') diff --git a/content/prise_en_main/_index.md b/content/prise_en_main/_index.md index 7687c80..635e2d7 100644 --- a/content/prise_en_main/_index.md +++ b/content/prise_en_main/_index.md @@ -3,8 +3,6 @@ title: "Prise en main" description: "Prise en main" weight: 10 sort_by: "weight" -extra: - parent: null --- Ce manuel vous accompagne dans la découverte de nos outils. -- cgit v1.2.3 From f3b7e90693bf2b51a53a23d98a60bbf04065103a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 1 Mar 2023 19:45:01 +0100 Subject: rework infrastructures --- content/prise_en_main/_index.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/prise_en_main/_index.md') diff --git a/content/prise_en_main/_index.md b/content/prise_en_main/_index.md index 635e2d7..901f641 100644 --- a/content/prise_en_main/_index.md +++ b/content/prise_en_main/_index.md @@ -3,6 +3,8 @@ title: "Prise en main" description: "Prise en main" weight: 10 sort_by: "weight" +extra: + parent: 'prise_en_main/_index.md' --- Ce manuel vous accompagne dans la découverte de nos outils. -- cgit v1.2.3