From 3174fdf2d419a021126ee32d0a1d5b044c8c7ccc Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Fri, 4 Nov 2022 10:13:53 -0400 Subject: [PATCH] Adjust page weights for /docs/concepts section Changes the page weights of the index files for folders in the /docs/concepts folder. There were some overlapping weights and weights that were close together. --- content/en/docs/concepts/scheduling-eviction/_index.md | 2 +- content/en/docs/concepts/security/_index.md | 2 +- content/en/docs/concepts/workloads/_index.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/scheduling-eviction/_index.md b/content/en/docs/concepts/scheduling-eviction/_index.md index fd1c0bbf00b..00330b5a4b3 100644 --- a/content/en/docs/concepts/scheduling-eviction/_index.md +++ b/content/en/docs/concepts/scheduling-eviction/_index.md @@ -1,6 +1,6 @@ --- title: "Scheduling, Preemption and Eviction" -weight: 90 +weight: 95 content_type: concept description: > In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes diff --git a/content/en/docs/concepts/security/_index.md b/content/en/docs/concepts/security/_index.md index 3dfb62fe482..50edcda94a3 100644 --- a/content/en/docs/concepts/security/_index.md +++ b/content/en/docs/concepts/security/_index.md @@ -1,6 +1,6 @@ --- title: "Security" -weight: 81 +weight: 85 description: > Concepts for keeping your cloud-native workload secure. --- diff --git a/content/en/docs/concepts/workloads/_index.md b/content/en/docs/concepts/workloads/_index.md index dffd727505d..29b345ba76d 100644 --- a/content/en/docs/concepts/workloads/_index.md +++ b/content/en/docs/concepts/workloads/_index.md @@ -1,6 +1,6 @@ --- title: "Workloads" -weight: 50 +weight: 55 description: > Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them. no_list: true