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" title: "Cluster Administration"
weight: 30 weight: 100
--- ---
@@ -1,5 +1,5 @@
--- ---
title: "Configuration" title: "Configuration"
weight: 70 weight: 80
--- ---
@@ -1,5 +1,5 @@
--- ---
title: "Containers" title: "Containers"
weight: 50 weight: 40
--- ---
@@ -1,4 +1,4 @@
--- ---
title: Extending Kubernetes title: Extending Kubernetes
weight: 40 weight: 110
--- ---
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
title: "Policies" title: "Policies"
weight: 160 weight: 90
--- ---
@@ -1,5 +1,5 @@
--- ---
title: "Services, Load Balancing, and Networking" title: "Services, Load Balancing, and Networking"
weight: 80 weight: 60
--- ---
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
title: "Storage" title: "Storage"
weight: 90 weight: 70
--- ---
+1 -1
View File
@@ -1,5 +1,5 @@
--- ---
title: "Workloads" title: "Workloads"
weight: 60 weight: 50
--- ---