Skip to content

Commit 95683e0

Browse files
committed
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 <[email protected]>
1 parent 199b300 commit 95683e0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

content/en/docs/concepts/overview/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ content_type: concept
66
description: >
77
A Kubernetes cluster consists of the components that are a part of the control
88
plane and a set of machines called nodes.
9-
weight: 20
9+
weight: 30
1010
card:
1111
name: concepts
1212
weight: 20

content/en/docs/concepts/overview/kubernetes-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ reviewers:
33
- chenopis
44
title: The Kubernetes API
55
content_type: concept
6-
weight: 30
6+
weight: 40
77
description: >
88
The Kubernetes API lets you query and manipulate the state of objects in Kubernetes.
99
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.

content/en/docs/concepts/overview/working-with-objects/field-selectors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Field Selectors
3+
content_type: concept
34
weight: 70
45
---
56

content/en/docs/concepts/overview/working-with-objects/namespaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviewers:
55
- thockin
66
title: Namespaces
77
content_type: concept
8-
weight: 40
8+
weight: 45
99
---
1010

1111
<!-- overview -->

0 commit comments

Comments
 (0)