Skip to content

Commit 3174fdf

Browse files
committed
Adjust page weights for /docs/concepts section
Changes the page weights of the index files for folders in the /docs/concepts folder. There were some overlapping weights and weights that were close together.
1 parent a655774 commit 3174fdf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

content/en/docs/concepts/scheduling-eviction/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Scheduling, Preemption and Eviction"
3-
weight: 90
3+
weight: 95
44
content_type: concept
55
description: >
66
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Security"
3-
weight: 81
3+
weight: 85
44
description: >
55
Concepts for keeping your cloud-native workload secure.
66
---

content/en/docs/concepts/workloads/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Workloads"
3-
weight: 50
3+
weight: 55
44
description: >
55
Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them.
66
no_list: true

0 commit comments

Comments
 (0)