From 98f310ab58765b59a1a7bc0866adfbde9e019f27 Mon Sep 17 00:00:00 2001 From: Abigail McCarthy <20771501+a-mccarthy@users.noreply.github.com> Date: Fri, 4 Nov 2022 11:37:59 -0400 Subject: [PATCH] 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 --- content/en/docs/reference/access-authn-authz/_index.md | 2 +- .../en/docs/reference/command-line-tools-reference/_index.md | 2 +- .../en/docs/reference/command-line-tools-reference/kubelet.md | 2 +- content/en/docs/reference/config-api/_index.md | 2 +- content/en/docs/reference/instrumentation/_index.md | 2 +- content/en/docs/reference/issues-security/_index.md | 2 +- content/en/docs/reference/kubectl/_index.md | 2 +- content/en/docs/reference/kubectl/conventions.md | 1 + content/en/docs/reference/kubectl/docker-cli-to-kubectl.md | 1 + content/en/docs/reference/kubectl/jsonpath.md | 1 + content/en/docs/reference/kubernetes-api/_index.md | 2 +- content/en/docs/reference/labels-annotations-taints/_index.md | 2 +- .../reference/labels-annotations-taints/audit-annotations.md | 2 +- content/en/docs/reference/node/_index.md | 2 +- .../node/topics-on-dockershim-and-cri-compatible-runtimes.md | 1 + content/en/docs/reference/ports-and-protocols.md | 2 +- content/en/docs/reference/scheduling/_index.md | 2 +- content/en/docs/reference/scheduling/policies.md | 1 + content/en/docs/reference/setup-tools/_index.md | 2 +- content/en/docs/reference/tools/_index.md | 2 +- content/en/docs/reference/tools/map-crictl-dockercli.md | 1 + content/en/docs/reference/using-api/_index.md | 2 +- 22 files changed, 22 insertions(+), 16 deletions(-) diff --git a/content/en/docs/reference/access-authn-authz/_index.md b/content/en/docs/reference/access-authn-authz/_index.md index 3677f79c57149..5039373172261 100644 --- a/content/en/docs/reference/access-authn-authz/_index.md +++ b/content/en/docs/reference/access-authn-authz/_index.md @@ -1,6 +1,6 @@ --- title: API Access Control -weight: 15 +weight: 30 no_list: true --- diff --git a/content/en/docs/reference/command-line-tools-reference/_index.md b/content/en/docs/reference/command-line-tools-reference/_index.md index 8f9cf74a0ee9b..91ebb11b7a577 100644 --- a/content/en/docs/reference/command-line-tools-reference/_index.md +++ b/content/en/docs/reference/command-line-tools-reference/_index.md @@ -1,4 +1,4 @@ --- title: Component tools -weight: 60 +weight: 120 --- diff --git a/content/en/docs/reference/command-line-tools-reference/kubelet.md b/content/en/docs/reference/command-line-tools-reference/kubelet.md index 134ed94b41463..abef645e88449 100644 --- a/content/en/docs/reference/command-line-tools-reference/kubelet.md +++ b/content/en/docs/reference/command-line-tools-reference/kubelet.md @@ -1,7 +1,7 @@ --- title: kubelet content_type: tool-reference -weight: 28 +weight: 20 --- ## {{% heading "synopsis" %}} diff --git a/content/en/docs/reference/config-api/_index.md b/content/en/docs/reference/config-api/_index.md index a053b77d60235..9c05466727aee 100644 --- a/content/en/docs/reference/config-api/_index.md +++ b/content/en/docs/reference/config-api/_index.md @@ -1,5 +1,5 @@ --- title: Configuration APIs -weight: 65 +weight: 130 --- diff --git a/content/en/docs/reference/instrumentation/_index.md b/content/en/docs/reference/instrumentation/_index.md index dfde3627c770b..4b6a2bc9eccf1 100644 --- a/content/en/docs/reference/instrumentation/_index.md +++ b/content/en/docs/reference/instrumentation/_index.md @@ -1,4 +1,4 @@ --- title: Instrumentation -weight: 40 +weight: 60 --- \ No newline at end of file diff --git a/content/en/docs/reference/issues-security/_index.md b/content/en/docs/reference/issues-security/_index.md index 50c3f29333462..87e69909b217b 100644 --- a/content/en/docs/reference/issues-security/_index.md +++ b/content/en/docs/reference/issues-security/_index.md @@ -1,4 +1,4 @@ --- title: Kubernetes Issues and Security -weight: 40 +weight: 70 --- \ No newline at end of file diff --git a/content/en/docs/reference/kubectl/_index.md b/content/en/docs/reference/kubectl/_index.md index 8780e64834e68..781cd22f11f33 100644 --- a/content/en/docs/reference/kubectl/_index.md +++ b/content/en/docs/reference/kubectl/_index.md @@ -1,7 +1,7 @@ --- title: Command line tool (kubectl) content_type: reference -weight: 60 +weight: 110 no_list: true card: name: reference diff --git a/content/en/docs/reference/kubectl/conventions.md b/content/en/docs/reference/kubectl/conventions.md index 00a842f058c75..2b2cb34ceca72 100644 --- a/content/en/docs/reference/kubectl/conventions.md +++ b/content/en/docs/reference/kubectl/conventions.md @@ -3,6 +3,7 @@ title: kubectl Usage Conventions reviewers: - janetkuo content_type: concept +weight: 60 --- diff --git a/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md b/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md index 95e2e79c77847..d5a98a851aca9 100644 --- a/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md +++ b/content/en/docs/reference/kubectl/docker-cli-to-kubectl.md @@ -4,6 +4,7 @@ content_type: concept reviewers: - brendandburns - thockin +weight: 50 --- diff --git a/content/en/docs/reference/kubectl/jsonpath.md b/content/en/docs/reference/kubectl/jsonpath.md index 36e29e63500f5..f1aa5f8ec4946 100644 --- a/content/en/docs/reference/kubectl/jsonpath.md +++ b/content/en/docs/reference/kubectl/jsonpath.md @@ -1,6 +1,7 @@ --- title: JSONPath Support content_type: concept +weight: 40 --- diff --git a/content/en/docs/reference/kubernetes-api/_index.md b/content/en/docs/reference/kubernetes-api/_index.md index 85c5e0e672d7d..3fd611b1cfa6e 100644 --- a/content/en/docs/reference/kubernetes-api/_index.md +++ b/content/en/docs/reference/kubernetes-api/_index.md @@ -1,6 +1,6 @@ --- title: "Kubernetes API" -weight: 30 +weight: 50 --- diff --git a/content/en/docs/reference/labels-annotations-taints/_index.md b/content/en/docs/reference/labels-annotations-taints/_index.md index 5561874ce7658..93a3ce6e9fb26 100644 --- a/content/en/docs/reference/labels-annotations-taints/_index.md +++ b/content/en/docs/reference/labels-annotations-taints/_index.md @@ -1,7 +1,7 @@ --- title: Well-Known Labels, Annotations and Taints content_type: concept -weight: 20 +weight: 40 no_list: true --- diff --git a/content/en/docs/reference/labels-annotations-taints/audit-annotations.md b/content/en/docs/reference/labels-annotations-taints/audit-annotations.md index 4a3d726ce5be4..f950c6457e2f9 100644 --- a/content/en/docs/reference/labels-annotations-taints/audit-annotations.md +++ b/content/en/docs/reference/labels-annotations-taints/audit-annotations.md @@ -1,6 +1,6 @@ --- title: "Audit Annotations" -weight: 1 +weight: 10 --- diff --git a/content/en/docs/reference/node/_index.md b/content/en/docs/reference/node/_index.md index 6ffb64838185d..d3004a3849c85 100644 --- a/content/en/docs/reference/node/_index.md +++ b/content/en/docs/reference/node/_index.md @@ -1,4 +1,4 @@ --- title: Node Reference Information -weight: 40 +weight: 80 --- diff --git a/content/en/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes.md b/content/en/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes.md index 53a625ba596ba..8d2e26c1e981e 100644 --- a/content/en/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes.md +++ b/content/en/docs/reference/node/topics-on-dockershim-and-cri-compatible-runtimes.md @@ -1,6 +1,7 @@ --- title: Articles on dockershim Removal and on Using CRI-compatible Runtimes content_type: reference +weight: 20 --- This is a list of articles and other pages that are either diff --git a/content/en/docs/reference/ports-and-protocols.md b/content/en/docs/reference/ports-and-protocols.md index 8ca5bc0774444..cdba8383c7b4f 100644 --- a/content/en/docs/reference/ports-and-protocols.md +++ b/content/en/docs/reference/ports-and-protocols.md @@ -1,7 +1,7 @@ --- title: Ports and Protocols content_type: reference -weight: 50 +weight: 90 --- When running Kubernetes in an environment with strict network boundaries, such diff --git a/content/en/docs/reference/scheduling/_index.md b/content/en/docs/reference/scheduling/_index.md index 316b774081953..6a44b52845201 100644 --- a/content/en/docs/reference/scheduling/_index.md +++ b/content/en/docs/reference/scheduling/_index.md @@ -1,5 +1,5 @@ --- title: Scheduling -weight: 70 +weight: 140 toc-hide: true --- diff --git a/content/en/docs/reference/scheduling/policies.md b/content/en/docs/reference/scheduling/policies.md index d64d5f1bf58df..a28bd3115297d 100644 --- a/content/en/docs/reference/scheduling/policies.md +++ b/content/en/docs/reference/scheduling/policies.md @@ -3,6 +3,7 @@ title: Scheduling Policies content_type: concept sitemap: priority: 0.2 # Scheduling priorities are deprecated +weight: 30 --- diff --git a/content/en/docs/reference/setup-tools/_index.md b/content/en/docs/reference/setup-tools/_index.md index c97758fe6ea81..2d173f3a64e79 100644 --- a/content/en/docs/reference/setup-tools/_index.md +++ b/content/en/docs/reference/setup-tools/_index.md @@ -1,4 +1,4 @@ --- title: Setup tools -weight: 50 +weight: 100 --- diff --git a/content/en/docs/reference/tools/_index.md b/content/en/docs/reference/tools/_index.md index 2ec317bd1f3a7..b6e3be860465a 100644 --- a/content/en/docs/reference/tools/_index.md +++ b/content/en/docs/reference/tools/_index.md @@ -3,7 +3,7 @@ title: Other Tools reviewers: - janetkuo content_type: concept -weight: 80 +weight: 150 no_list: true --- diff --git a/content/en/docs/reference/tools/map-crictl-dockercli.md b/content/en/docs/reference/tools/map-crictl-dockercli.md index 7fc021451c406..04edd665c0ef5 100644 --- a/content/en/docs/reference/tools/map-crictl-dockercli.md +++ b/content/en/docs/reference/tools/map-crictl-dockercli.md @@ -1,6 +1,7 @@ --- title: Mapping from dockercli to crictl content_type: reference +weight: 10 --- {{% thirdparty-content %}} diff --git a/content/en/docs/reference/using-api/_index.md b/content/en/docs/reference/using-api/_index.md index 5f0e21871bdde..cebf28fbac170 100644 --- a/content/en/docs/reference/using-api/_index.md +++ b/content/en/docs/reference/using-api/_index.md @@ -5,7 +5,7 @@ reviewers: - lavalamp - jbeda content_type: concept -weight: 10 +weight: 20 no_list: true card: name: reference