Merge pull request #37716 from a-mccarthy/a-mccarthy-page-weight-fix-1

Adjust page weights for /docs/concepts section
pull/37717/head
Kubernetes Prow Robot 2022-11-04 08:18:14 -07:00 committed by GitHub
commit ac0cbd676c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
---
title: "Scheduling, Preemption and Eviction"
weight: 90
weight: 95
content_type: concept
description: >
In Kubernetes, scheduling refers to making sure that Pods are matched to Nodes

View File

@ -1,6 +1,6 @@
---
title: "Security"
weight: 81
weight: 85
description: >
Concepts for keeping your cloud-native workload secure.
---

View File

@ -1,6 +1,6 @@
---
title: "Workloads"
weight: 50
weight: 55
description: >
Understand Pods, the smallest deployable compute object in Kubernetes, and the higher-level abstractions that help you to run them.
no_list: true