From 95683e0b2e6cd12f92b2babc277e3451d7f7ffd7 Mon Sep 17 00:00:00 2001 From: Sahdev Zala Date: Mon, 24 Oct 2022 12:03:55 -0400 Subject: [PATCH] Change weight for localization correctness Keeping index files weight as such. Also, no changes to the card index as they are not needed. Part of the work at Doc Sprint KubeCon NA 2022. Related # #35093 Signed-off-by: Sahdev Zala --- content/en/docs/concepts/overview/components.md | 2 +- content/en/docs/concepts/overview/kubernetes-api.md | 2 +- .../concepts/overview/working-with-objects/field-selectors.md | 1 + .../docs/concepts/overview/working-with-objects/namespaces.md | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/content/en/docs/concepts/overview/components.md b/content/en/docs/concepts/overview/components.md index 79ad8c9e3c9b1..c2564fadb283b 100644 --- a/content/en/docs/concepts/overview/components.md +++ b/content/en/docs/concepts/overview/components.md @@ -6,7 +6,7 @@ content_type: concept description: > A Kubernetes cluster consists of the components that are a part of the control plane and a set of machines called nodes. -weight: 20 +weight: 30 card: name: concepts weight: 20 diff --git a/content/en/docs/concepts/overview/kubernetes-api.md b/content/en/docs/concepts/overview/kubernetes-api.md index 5dc5c25bdc07d..27e4829ba554e 100644 --- a/content/en/docs/concepts/overview/kubernetes-api.md +++ b/content/en/docs/concepts/overview/kubernetes-api.md @@ -3,7 +3,7 @@ reviewers: - chenopis title: The Kubernetes API content_type: concept -weight: 30 +weight: 40 description: > The Kubernetes API lets you query and manipulate the state of objects in Kubernetes. The core of Kubernetes' control plane is the API server and the HTTP API that it exposes. Users, the different parts of your cluster, and external components all communicate with one another through the API server. diff --git a/content/en/docs/concepts/overview/working-with-objects/field-selectors.md b/content/en/docs/concepts/overview/working-with-objects/field-selectors.md index af722ca1d8bee..beafd8508193d 100644 --- a/content/en/docs/concepts/overview/working-with-objects/field-selectors.md +++ b/content/en/docs/concepts/overview/working-with-objects/field-selectors.md @@ -1,5 +1,6 @@ --- title: Field Selectors +content_type: concept weight: 70 --- diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md index e8f89ad08645f..f28a82fba2087 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -5,7 +5,7 @@ reviewers: - thockin title: Namespaces content_type: concept -weight: 40 +weight: 45 ---