Reorder concepts sections (#11032)

Order after this PR:

overview: 20
architecture: 30
containers: 40
workloads: 50
service-networking: 60
storage: 70
configuration: 80
policy: 90
cluster-administration: 100
extend-kubernetes: 110

Closes: #8570
This commit is contained in:
Qiming
2018-11-20 05:05:13 +08:00
committed by k8s-ci-robot
parent cc6a7fdc4e
commit d3eaeef3fc
8 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
---
title: "Compute, Storage, and Networking Extensions"
weight: 30
title: "Cluster Administration"
weight: 100
---
@@ -1,5 +1,5 @@
---
title: "Configuration"
weight: 70
weight: 80
---
@@ -1,5 +1,5 @@
---
title: "Containers"
weight: 50
weight: 40
---
@@ -1,4 +1,4 @@
---
title: Extending Kubernetes
weight: 40
weight: 110
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: "Policies"
weight: 160
weight: 90
---
@@ -1,5 +1,5 @@
---
title: "Services, Load Balancing, and Networking"
weight: 80
weight: 60
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: "Storage"
weight: 90
weight: 70
---
+1 -1
View File
@@ -1,5 +1,5 @@
---
title: "Workloads"
weight: 60
weight: 50
---