Skip to content

Commit

Permalink
Change weight for localization correctness
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
spzala committed Oct 24, 2022
1 parent 199b300 commit 95683e0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/concepts/overview/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/concepts/overview/kubernetes-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Field Selectors
content_type: concept
weight: 70
---

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ reviewers:
- thockin
title: Namespaces
content_type: concept
weight: 40
weight: 45
---

<!-- overview -->
Expand Down

0 comments on commit 95683e0

Please sign in to comment.