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 sectionpull/37717/head
parent
ac0cbd676c
commit
98f310ab58
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: API Access Control
|
||||
weight: 15
|
||||
weight: 30
|
||||
no_list: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Component tools
|
||||
weight: 60
|
||||
weight: 120
|
||||
---
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: kubelet
|
||||
content_type: tool-reference
|
||||
weight: 28
|
||||
weight: 20
|
||||
---
|
||||
|
||||
## {{% heading "synopsis" %}}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Configuration APIs
|
||||
weight: 65
|
||||
weight: 130
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Instrumentation
|
||||
weight: 40
|
||||
weight: 60
|
||||
---
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Kubernetes Issues and Security
|
||||
weight: 40
|
||||
weight: 70
|
||||
---
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Command line tool (kubectl)
|
||||
content_type: reference
|
||||
weight: 60
|
||||
weight: 110
|
||||
no_list: true
|
||||
card:
|
||||
name: reference
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ title: kubectl Usage Conventions
|
|||
reviewers:
|
||||
- janetkuo
|
||||
content_type: concept
|
||||
weight: 60
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@ content_type: concept
|
|||
reviewers:
|
||||
- brendandburns
|
||||
- thockin
|
||||
weight: 50
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: JSONPath Support
|
||||
content_type: concept
|
||||
weight: 40
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Kubernetes API"
|
||||
weight: 30
|
||||
weight: 50
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: Well-Known Labels, Annotations and Taints
|
||||
content_type: concept
|
||||
weight: 20
|
||||
weight: 40
|
||||
no_list: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
title: "Audit Annotations"
|
||||
weight: 1
|
||||
weight: 10
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Node Reference Information
|
||||
weight: 40
|
||||
weight: 80
|
||||
---
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
title: Scheduling
|
||||
weight: 70
|
||||
weight: 140
|
||||
toc-hide: true
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ title: Scheduling Policies
|
|||
content_type: concept
|
||||
sitemap:
|
||||
priority: 0.2 # Scheduling priorities are deprecated
|
||||
weight: 30
|
||||
---
|
||||
|
||||
<!-- overview -->
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
---
|
||||
title: Setup tools
|
||||
weight: 50
|
||||
weight: 100
|
||||
---
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ title: Other Tools
|
|||
reviewers:
|
||||
- janetkuo
|
||||
content_type: concept
|
||||
weight: 80
|
||||
weight: 150
|
||||
no_list: true
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
---
|
||||
title: Mapping from dockercli to crictl
|
||||
content_type: reference
|
||||
weight: 10
|
||||
---
|
||||
|
||||
{{% thirdparty-content %}}
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ reviewers:
|
|||
- lavalamp
|
||||
- jbeda
|
||||
content_type: concept
|
||||
weight: 10
|
||||
weight: 20
|
||||
no_list: true
|
||||
card:
|
||||
name: reference
|
||||
|
|
|
|||
Loading…
Reference in New Issue