Skip to content

Commit 98f310a

Browse files
committed
Updates page weights in reference docs section
Some of these pages are autogenerated, but not all. This PR updates the pages that are not autogenerated within the docs/en/reference section
1 parent ac0cbd6 commit 98f310a

File tree

22 files changed

+22
-16
lines changed

22 files changed

+22
-16
lines changed

content/en/docs/reference/access-authn-authz/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: API Access Control
3-
weight: 15
3+
weight: 30
44
no_list: true
55
---
66

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Component tools
3-
weight: 60
3+
weight: 120
44
---

content/en/docs/reference/command-line-tools-reference/kubelet.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: kubelet
33
content_type: tool-reference
4-
weight: 28
4+
weight: 20
55
---
66

77
## {{% heading "synopsis" %}}
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Configuration APIs
3-
weight: 65
3+
weight: 130
44
---
55

Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Instrumentation
3-
weight: 40
3+
weight: 60
44
---
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Kubernetes Issues and Security
3-
weight: 40
3+
weight: 70
44
---

content/en/docs/reference/kubectl/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Command line tool (kubectl)
33
content_type: reference
4-
weight: 60
4+
weight: 110
55
no_list: true
66
card:
77
name: reference

content/en/docs/reference/kubectl/conventions.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: kubectl Usage Conventions
33
reviewers:
44
- janetkuo
55
content_type: concept
6+
weight: 60
67
---
78

89
<!-- overview -->

content/en/docs/reference/kubectl/docker-cli-to-kubectl.md

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ content_type: concept
44
reviewers:
55
- brendandburns
66
- thockin
7+
weight: 50
78
---
89

910
<!-- overview -->

content/en/docs/reference/kubectl/jsonpath.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: JSONPath Support
33
content_type: concept
4+
weight: 40
45
---
56

67
<!-- overview -->

content/en/docs/reference/kubernetes-api/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Kubernetes API"
3-
weight: 30
3+
weight: 50
44
---
55

66
<!-- overview -->

content/en/docs/reference/labels-annotations-taints/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Well-Known Labels, Annotations and Taints
33
content_type: concept
4-
weight: 20
4+
weight: 40
55
no_list: true
66
---
77

content/en/docs/reference/labels-annotations-taints/audit-annotations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Audit Annotations"
3-
weight: 1
3+
weight: 10
44
---
55

66
<!-- overview -->
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Node Reference Information
3-
weight: 40
3+
weight: 80
44
---

content/en/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Articles on dockershim Removal and on Using CRI-compatible Runtimes
33
content_type: reference
4+
weight: 20
45
---
56
<!-- overview -->
67
This is a list of articles and other pages that are either

content/en/docs/reference/ports-and-protocols.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Ports and Protocols
33
content_type: reference
4-
weight: 50
4+
weight: 90
55
---
66

77
When running Kubernetes in an environment with strict network boundaries, such
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
title: Scheduling
3-
weight: 70
3+
weight: 140
44
toc-hide: true
55
---

content/en/docs/reference/scheduling/policies.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Scheduling Policies
33
content_type: concept
44
sitemap:
55
priority: 0.2 # Scheduling priorities are deprecated
6+
weight: 30
67
---
78

89
<!-- overview -->
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
title: Setup tools
3-
weight: 50
3+
weight: 100
44
---

content/en/docs/reference/tools/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Other Tools
33
reviewers:
44
- janetkuo
55
content_type: concept
6-
weight: 80
6+
weight: 150
77
no_list: true
88
---
99

content/en/docs/reference/tools/map-crictl-dockercli.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: Mapping from dockercli to crictl
33
content_type: reference
4+
weight: 10
45
---
56

67
{{% thirdparty-content %}}

content/en/docs/reference/using-api/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ reviewers:
55
- lavalamp
66
- jbeda
77
content_type: concept
8-
weight: 10
8+
weight: 20
99
no_list: true
1010
card:
1111
name: reference

0 commit comments

Comments
 (0)