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/annotations.md b/content/en/docs/concepts/overview/working-with-objects/annotations.md index f09820bc32516..c2068c0eb09aa 100644 --- a/content/en/docs/concepts/overview/working-with-objects/annotations.md +++ b/content/en/docs/concepts/overview/working-with-objects/annotations.md @@ -1,7 +1,7 @@ --- title: Annotations content_type: concept -weight: 50 +weight: 20 --- diff --git a/content/en/docs/concepts/overview/working-with-objects/common-labels.md b/content/en/docs/concepts/overview/working-with-objects/common-labels.md index 97d8c95018b11..0d8229ca84aa6 100644 --- a/content/en/docs/concepts/overview/working-with-objects/common-labels.md +++ b/content/en/docs/concepts/overview/working-with-objects/common-labels.md @@ -1,6 +1,7 @@ --- title: Recommended Labels content_type: concept +weight: 30 --- 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 a65cb54798de6..0cc176402eb76 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,6 +1,6 @@ --- title: Field Selectors -weight: 60 +weight: 40 --- _Field selectors_ let you [select Kubernetes resources](/docs/concepts/overview/working-with-objects/kubernetes-objects) based on the value of one or more resource fields. Here are some examples of field selector queries: diff --git a/content/en/docs/concepts/overview/working-with-objects/finalizers.md b/content/en/docs/concepts/overview/working-with-objects/finalizers.md index 9241ae7e2ab4e..013c286cbd3d2 100644 --- a/content/en/docs/concepts/overview/working-with-objects/finalizers.md +++ b/content/en/docs/concepts/overview/working-with-objects/finalizers.md @@ -1,7 +1,7 @@ --- title: Finalizers content_type: concept -weight: 60 +weight: 50 --- diff --git a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md index 8e4214991c7ac..a657f2b13b82a 100644 --- a/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md +++ b/content/en/docs/concepts/overview/working-with-objects/kubernetes-objects.md @@ -1,7 +1,7 @@ --- title: Understanding Kubernetes Objects content_type: concept -weight: 10 +weight: 60 card: name: concepts weight: 40 diff --git a/content/en/docs/concepts/overview/working-with-objects/labels.md b/content/en/docs/concepts/overview/working-with-objects/labels.md index 55b1a5d032ad7..80a060ad4dc4c 100644 --- a/content/en/docs/concepts/overview/working-with-objects/labels.md +++ b/content/en/docs/concepts/overview/working-with-objects/labels.md @@ -3,7 +3,7 @@ reviewers: - mikedanese title: Labels and Selectors content_type: concept -weight: 40 +weight: 70 --- diff --git a/content/en/docs/concepts/overview/working-with-objects/names.md b/content/en/docs/concepts/overview/working-with-objects/names.md index 7b6b380e3566d..5963e6c560d9c 100644 --- a/content/en/docs/concepts/overview/working-with-objects/names.md +++ b/content/en/docs/concepts/overview/working-with-objects/names.md @@ -4,7 +4,7 @@ reviewers: - thockin title: Object Names and IDs content_type: concept -weight: 20 +weight: 80 --- 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 77998a74c492a..5d3aac873f269 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: 30 +weight: 90 --- diff --git a/content/en/docs/concepts/overview/working-with-objects/object-management.md b/content/en/docs/concepts/overview/working-with-objects/object-management.md index 10b6dacf8567a..630c8a2a41427 100644 --- a/content/en/docs/concepts/overview/working-with-objects/object-management.md +++ b/content/en/docs/concepts/overview/working-with-objects/object-management.md @@ -1,7 +1,7 @@ --- title: Kubernetes Object Management content_type: concept -weight: 15 +weight: 100 --- diff --git a/content/en/docs/concepts/overview/working-with-objects/owners-dependents.md b/content/en/docs/concepts/overview/working-with-objects/owners-dependents.md index ea40c3b3a384d..5f83fa6d07986 100644 --- a/content/en/docs/concepts/overview/working-with-objects/owners-dependents.md +++ b/content/en/docs/concepts/overview/working-with-objects/owners-dependents.md @@ -1,7 +1,7 @@ --- title: Owners and Dependents content_type: concept -weight: 60 +weight: 110 ---