From ee7ba25c9616b9b7a2065095a3038095827ad714 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Sun, 5 Apr 2020 11:39:34 +0100 Subject: [PATCH] Reorder Configuration concept section --- content/en/docs/concepts/configuration/assign-pod-node.md | 2 +- .../docs/concepts/configuration/manage-resources-containers.md | 2 +- content/en/docs/concepts/configuration/pod-overhead.md | 2 +- content/en/docs/concepts/configuration/resource-bin-packing.md | 2 +- content/en/docs/concepts/configuration/secret.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/concepts/configuration/assign-pod-node.md b/content/en/docs/concepts/configuration/assign-pod-node.md index 2323cd76f4..d07b535218 100644 --- a/content/en/docs/concepts/configuration/assign-pod-node.md +++ b/content/en/docs/concepts/configuration/assign-pod-node.md @@ -5,7 +5,7 @@ reviewers: - bsalamat title: Assigning Pods to Nodes content_template: templates/concept -weight: 30 +weight: 50 --- diff --git a/content/en/docs/concepts/configuration/manage-resources-containers.md b/content/en/docs/concepts/configuration/manage-resources-containers.md index e3dffdbe15..4a83259170 100644 --- a/content/en/docs/concepts/configuration/manage-resources-containers.md +++ b/content/en/docs/concepts/configuration/manage-resources-containers.md @@ -1,7 +1,7 @@ --- title: Managing Resources for Containers content_template: templates/concept -weight: 20 +weight: 40 feature: title: Automatic bin packing description: > diff --git a/content/en/docs/concepts/configuration/pod-overhead.md b/content/en/docs/concepts/configuration/pod-overhead.md index 0e796df9ff..9661264820 100644 --- a/content/en/docs/concepts/configuration/pod-overhead.md +++ b/content/en/docs/concepts/configuration/pod-overhead.md @@ -5,7 +5,7 @@ reviewers: - tallclair title: Pod Overhead content_template: templates/concept -weight: 20 +weight: 50 --- {{% capture overview %}} diff --git a/content/en/docs/concepts/configuration/resource-bin-packing.md b/content/en/docs/concepts/configuration/resource-bin-packing.md index eac4a37655..0d475791ce 100644 --- a/content/en/docs/concepts/configuration/resource-bin-packing.md +++ b/content/en/docs/concepts/configuration/resource-bin-packing.md @@ -5,7 +5,7 @@ reviewers: - ahg-g title: Resource Bin Packing for Extended Resources content_template: templates/concept -weight: 10 +weight: 50 --- {{% capture overview %}} diff --git a/content/en/docs/concepts/configuration/secret.md b/content/en/docs/concepts/configuration/secret.md index 90d57704b4..4e34cb748d 100644 --- a/content/en/docs/concepts/configuration/secret.md +++ b/content/en/docs/concepts/configuration/secret.md @@ -7,7 +7,7 @@ feature: title: Secret and configuration management description: > Deploy and update secrets and application configuration without rebuilding your image and without exposing secrets in your stack configuration. -weight: 50 +weight: 30 --- {{% capture overview %}}