From d3eaeef3fc2f3362355686f2f5ae18a1bbd63552 Mon Sep 17 00:00:00 2001 From: Qiming Date: Tue, 20 Nov 2018 05:05:13 +0800 Subject: [PATCH] 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 --- content/en/docs/concepts/cluster-administration/_index.md | 4 ++-- content/en/docs/concepts/configuration/_index.md | 2 +- content/en/docs/concepts/containers/_index.md | 2 +- content/en/docs/concepts/extend-kubernetes/_index.md | 2 +- content/en/docs/concepts/policy/_index.md | 2 +- content/en/docs/concepts/services-networking/_index.md | 2 +- content/en/docs/concepts/storage/_index.md | 2 +- content/en/docs/concepts/workloads/_index.md | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/en/docs/concepts/cluster-administration/_index.md b/content/en/docs/concepts/cluster-administration/_index.md index cdef77a4dd..72af40feec 100755 --- a/content/en/docs/concepts/cluster-administration/_index.md +++ b/content/en/docs/concepts/cluster-administration/_index.md @@ -1,5 +1,5 @@ --- -title: "Compute, Storage, and Networking Extensions" -weight: 30 +title: "Cluster Administration" +weight: 100 --- diff --git a/content/en/docs/concepts/configuration/_index.md b/content/en/docs/concepts/configuration/_index.md index 00cf8e8c0f..1635c2a5bf 100755 --- a/content/en/docs/concepts/configuration/_index.md +++ b/content/en/docs/concepts/configuration/_index.md @@ -1,5 +1,5 @@ --- title: "Configuration" -weight: 70 +weight: 80 --- diff --git a/content/en/docs/concepts/containers/_index.md b/content/en/docs/concepts/containers/_index.md index 5800f8a310..ad442f3ab3 100755 --- a/content/en/docs/concepts/containers/_index.md +++ b/content/en/docs/concepts/containers/_index.md @@ -1,5 +1,5 @@ --- title: "Containers" -weight: 50 +weight: 40 --- diff --git a/content/en/docs/concepts/extend-kubernetes/_index.md b/content/en/docs/concepts/extend-kubernetes/_index.md index db04ba3e77..93d955441d 100644 --- a/content/en/docs/concepts/extend-kubernetes/_index.md +++ b/content/en/docs/concepts/extend-kubernetes/_index.md @@ -1,4 +1,4 @@ --- title: Extending Kubernetes -weight: 40 +weight: 110 --- diff --git a/content/en/docs/concepts/policy/_index.md b/content/en/docs/concepts/policy/_index.md index 4305fa559d..41d91de546 100755 --- a/content/en/docs/concepts/policy/_index.md +++ b/content/en/docs/concepts/policy/_index.md @@ -1,5 +1,5 @@ --- title: "Policies" -weight: 160 +weight: 90 --- diff --git a/content/en/docs/concepts/services-networking/_index.md b/content/en/docs/concepts/services-networking/_index.md index f4c379d88c..eea2c65b33 100755 --- a/content/en/docs/concepts/services-networking/_index.md +++ b/content/en/docs/concepts/services-networking/_index.md @@ -1,5 +1,5 @@ --- title: "Services, Load Balancing, and Networking" -weight: 80 +weight: 60 --- diff --git a/content/en/docs/concepts/storage/_index.md b/content/en/docs/concepts/storage/_index.md index 8d38e78dd6..7e0dd19b12 100755 --- a/content/en/docs/concepts/storage/_index.md +++ b/content/en/docs/concepts/storage/_index.md @@ -1,5 +1,5 @@ --- title: "Storage" -weight: 90 +weight: 70 --- diff --git a/content/en/docs/concepts/workloads/_index.md b/content/en/docs/concepts/workloads/_index.md index 702bdc6ee9..ca394ebd00 100644 --- a/content/en/docs/concepts/workloads/_index.md +++ b/content/en/docs/concepts/workloads/_index.md @@ -1,5 +1,5 @@ --- title: "Workloads" -weight: 60 +weight: 50 ---