diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 17:18:05 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-05-12 17:18:05 +0200 |
commit | 57c4611b5ac29e69cd63162cdd07d1101a587119 (patch) | |
tree | 54f24c8b22886464e6e0fb21fc7c695a4ec24485 /content/operations | |
parent | 0e3ec56f2801064e474f3b6b3d9f7eb9b7ad0c3e (diff) | |
download | guide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.tar.gz guide.deuxfleurs.fr-57c4611b5ac29e69cd63162cdd07d1101a587119.zip |
Squelette NixOS
Diffstat (limited to 'content/operations')
-rw-r--r-- | content/operations/_index.md | 2 | ||||
-rw-r--r-- | content/operations/acces/_index.md | 2 | ||||
-rw-r--r-- | content/operations/debogage/_index.md | 2 | ||||
-rw-r--r-- | content/operations/deploiement/_index.md | 2 | ||||
-rw-r--r-- | content/operations/deploiement/app.md | 2 | ||||
-rw-r--r-- | content/operations/maintien_en_condition/_index.md | 2 | ||||
-rw-r--r-- | content/operations/pannes/_index.md | 2 | ||||
-rw-r--r-- | content/operations/sauvegardes/_index.md | 2 | ||||
-rw-r--r-- | content/operations/supervision/_index.md | 2 | ||||
-rw-r--r-- | content/operations/support/_index.md | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/content/operations/_index.md b/content/operations/_index.md index 17843e4..cecf7bc 100644 --- a/content/operations/_index.md +++ b/content/operations/_index.md @@ -2,7 +2,7 @@ title = "Opérations" description = "Opérations" weight = 100 -sorted_by = "weight" +sort_by = "weight" +++ # Définitions diff --git a/content/operations/acces/_index.md b/content/operations/acces/_index.md index 72859e4..278f724 100644 --- a/content/operations/acces/_index.md +++ b/content/operations/acces/_index.md @@ -1,7 +1,7 @@ +++ title = "Accès" description = "Accès" -sorted_by = "weight" +sort_by = "weight" weight = 5 +++ diff --git a/content/operations/debogage/_index.md b/content/operations/debogage/_index.md index b2535a5..5afe881 100644 --- a/content/operations/debogage/_index.md +++ b/content/operations/debogage/_index.md @@ -2,6 +2,6 @@ title = "Débogage" description = "Débogage" weight = 60 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/deploiement/_index.md b/content/operations/deploiement/_index.md index e828ece..4986c67 100644 --- a/content/operations/deploiement/_index.md +++ b/content/operations/deploiement/_index.md @@ -2,6 +2,6 @@ title = "Déploiement" description = "Déploiement" weight = 10 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/deploiement/app.md b/content/operations/deploiement/app.md index 696a079..664b0b0 100644 --- a/content/operations/deploiement/app.md +++ b/content/operations/deploiement/app.md @@ -1,7 +1,7 @@ +++ title = "Applications" description = "Déploiement d'une application" -sorted_by = "weight" +sort_by = "weight" weight = 30 +++ diff --git a/content/operations/maintien_en_condition/_index.md b/content/operations/maintien_en_condition/_index.md index edf85da..73d8812 100644 --- a/content/operations/maintien_en_condition/_index.md +++ b/content/operations/maintien_en_condition/_index.md @@ -1,7 +1,7 @@ +++ title = "Maintien en condition" description = "Maintien en condition" -sorted_by = "weight" +sort_by = "weight" weight = 20 +++ diff --git a/content/operations/pannes/_index.md b/content/operations/pannes/_index.md index d29ca90..474558b 100644 --- a/content/operations/pannes/_index.md +++ b/content/operations/pannes/_index.md @@ -2,5 +2,5 @@ title = "Pannes" description = "Pannes" weight = 70 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/sauvegardes/_index.md b/content/operations/sauvegardes/_index.md index becc137..9d4d8c0 100644 --- a/content/operations/sauvegardes/_index.md +++ b/content/operations/sauvegardes/_index.md @@ -2,5 +2,5 @@ title = "Sauvegardes" description = "Sauvegardes" weight = 30 -sorted_by = "weight" +sort_by = "weight" +++ diff --git a/content/operations/supervision/_index.md b/content/operations/supervision/_index.md index 18eec8a..ee71625 100644 --- a/content/operations/supervision/_index.md +++ b/content/operations/supervision/_index.md @@ -2,7 +2,7 @@ title = "Supervision" description = "Supervision" weight = 40 -sorted_by = "weight" +sort_by = "weight" +++ # Métriques diff --git a/content/operations/support/_index.md b/content/operations/support/_index.md index 39da05d..0bfa7d6 100644 --- a/content/operations/support/_index.md +++ b/content/operations/support/_index.md @@ -2,5 +2,5 @@ title = "Support" description = "Support" weight = 50 -sorted_by = "weight" +sort_by = "weight" +++ |