From fd4fc9574a8d847ad8e66a84f64e7ccd1b4bd87e Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 12 May 2022 15:24:14 +0200 Subject: [PATCH] WIP structure --- content/operations/acces/_index.md | 7 +++++++ content/operations/debogage/_index.md | 7 +++++++ content/operations/{app/Jitsi.md => debogage/jitsi.md} | 0 content/operations/{app/_index.md => deploiement/app.md} | 0 .../{noeud/deploiement.md => deploiement/noeud.md} | 0 content/operations/grappe/_index.md | 8 -------- content/operations/noeud/_index.md | 7 ------- content/operations/{app => support}/email.md | 0 8 files changed, 14 insertions(+), 15 deletions(-) create mode 100644 content/operations/acces/_index.md create mode 100644 content/operations/debogage/_index.md rename content/operations/{app/Jitsi.md => debogage/jitsi.md} (100%) rename content/operations/{app/_index.md => deploiement/app.md} (100%) rename content/operations/{noeud/deploiement.md => deploiement/noeud.md} (100%) delete mode 100644 content/operations/grappe/_index.md delete mode 100644 content/operations/noeud/_index.md rename content/operations/{app => support}/email.md (100%) diff --git a/content/operations/acces/_index.md b/content/operations/acces/_index.md new file mode 100644 index 0000000..b244647 --- /dev/null +++ b/content/operations/acces/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Accès" +description = "Accès" +weight = 5 +sorted_by = "weight" ++++ + diff --git a/content/operations/debogage/_index.md b/content/operations/debogage/_index.md new file mode 100644 index 0000000..b2535a5 --- /dev/null +++ b/content/operations/debogage/_index.md @@ -0,0 +1,7 @@ ++++ +title = "Débogage" +description = "Débogage" +weight = 60 +sorted_by = "weight" ++++ + diff --git a/content/operations/app/Jitsi.md b/content/operations/debogage/jitsi.md similarity index 100% rename from content/operations/app/Jitsi.md rename to content/operations/debogage/jitsi.md diff --git a/content/operations/app/_index.md b/content/operations/deploiement/app.md similarity index 100% rename from content/operations/app/_index.md rename to content/operations/deploiement/app.md diff --git a/content/operations/noeud/deploiement.md b/content/operations/deploiement/noeud.md similarity index 100% rename from content/operations/noeud/deploiement.md rename to content/operations/deploiement/noeud.md diff --git a/content/operations/grappe/_index.md b/content/operations/grappe/_index.md deleted file mode 100644 index f904d8c..0000000 --- a/content/operations/grappe/_index.md +++ /dev/null @@ -1,8 +0,0 @@ -+++ -title = "Grappe" -description = "Gestion d'une grappe" -sorted_by = "weight" -weight = 20 -+++ - - diff --git a/content/operations/noeud/_index.md b/content/operations/noeud/_index.md deleted file mode 100644 index 4e894fd..0000000 --- a/content/operations/noeud/_index.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "Noeuds" -description = "Gestion des noeuds" -sorted_by = "weight" -+++ - - diff --git a/content/operations/app/email.md b/content/operations/support/email.md similarity index 100% rename from content/operations/app/email.md rename to content/operations/support/email.md