Skip to content

Commit

Permalink
Updates page weights in reference docs section
Browse files Browse the repository at this point in the history
Some of these pages are autogenerated, but not all. This PR updates the pages that are not autogenerated within the docs/en/reference section
  • Loading branch information
a-mccarthy committed Nov 4, 2022
1 parent ac0cbd6 commit 98f310a
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 16 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/reference/access-authn-authz/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: API Access Control
weight: 15
weight: 30
no_list: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Component tools
weight: 60
weight: 120
---
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: kubelet
content_type: tool-reference
weight: 28
weight: 20
---

## {{% heading "synopsis" %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/config-api/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Configuration APIs
weight: 65
weight: 130
---

2 changes: 1 addition & 1 deletion content/en/docs/reference/instrumentation/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Instrumentation
weight: 40
weight: 60
---
2 changes: 1 addition & 1 deletion content/en/docs/reference/issues-security/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Kubernetes Issues and Security
weight: 40
weight: 70
---
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubectl/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Command line tool (kubectl)
content_type: reference
weight: 60
weight: 110
no_list: true
card:
name: reference
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/reference/kubectl/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: kubectl Usage Conventions
reviewers:
- janetkuo
content_type: concept
weight: 60
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/reference/kubectl/docker-cli-to-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ content_type: concept
reviewers:
- brendandburns
- thockin
weight: 50
---

<!-- overview -->
Expand Down
1 change: 1 addition & 0 deletions content/en/docs/reference/kubectl/jsonpath.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: JSONPath Support
content_type: concept
weight: 40
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/kubernetes-api/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Kubernetes API"
weight: 30
weight: 50
---

<!-- overview -->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Well-Known Labels, Annotations and Taints
content_type: concept
weight: 20
weight: 40
no_list: true
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Audit Annotations"
weight: 1
weight: 10
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/node/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Node Reference Information
weight: 40
weight: 80
---
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Articles on dockershim Removal and on Using CRI-compatible Runtimes
content_type: reference
weight: 20
---
<!-- overview -->
This is a list of articles and other pages that are either
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/ports-and-protocols.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/scheduling/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Scheduling
weight: 70
weight: 140
toc-hide: true
---
1 change: 1 addition & 0 deletions content/en/docs/reference/scheduling/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Scheduling Policies
content_type: concept
sitemap:
priority: 0.2 # Scheduling priorities are deprecated
weight: 30
---

<!-- overview -->
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/setup-tools/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: Setup tools
weight: 50
weight: 100
---
2 changes: 1 addition & 1 deletion content/en/docs/reference/tools/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Other Tools
reviewers:
- janetkuo
content_type: concept
weight: 80
weight: 150
no_list: true
---

Expand Down
1 change: 1 addition & 0 deletions content/en/docs/reference/tools/map-crictl-dockercli.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Mapping from dockercli to crictl
content_type: reference
weight: 10
---

{{% thirdparty-content %}}
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/reference/using-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ reviewers:
- lavalamp
- jbeda
content_type: concept
weight: 10
weight: 20
no_list: true
card:
name: reference
Expand Down

0 comments on commit 98f310a

Please sign in to comment.