diff --git a/content/en/docs/concepts/overview/components.md b/content/en/docs/concepts/overview/components.md index 79ad8c9e3c9..c2564fadb28 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 5dc5c25bdc0..27e4829ba55 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 af722ca1d8b..beafd850819 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 e8f89ad0864..f28a82fba20 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 ---