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. Other files weights are
changed in increment of 10.
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 1efa1e6 commit 4b78890
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 11 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,7 +1,7 @@
---
title: Annotations
content_type: concept
weight: 50
weight: 20
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Recommended Labels
content_type: concept
weight: 30
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Finalizers
content_type: concept
weight: 60
weight: 50
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Understanding Kubernetes Objects
content_type: concept
weight: 10
weight: 60
card:
name: concepts
weight: 40
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ reviewers:
- mikedanese
title: Labels and Selectors
content_type: concept
weight: 40
weight: 70
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ reviewers:
- thockin
title: Object Names and IDs
content_type: concept
weight: 20
weight: 80
---

<!-- overview -->
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: 30
weight: 90
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Kubernetes Object Management
content_type: concept
weight: 15
weight: 100
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Owners and Dependents
content_type: concept
weight: 60
weight: 110
---

<!-- overview -->
Expand Down

0 comments on commit 4b78890

Please sign in to comment.