From 1cc718f0a658d441e486490de8bf325fa6219ebd Mon Sep 17 00:00:00 2001 From: chenrui Date: Fri, 23 Nov 2018 09:32:58 +0800 Subject: [PATCH] Fix hugo annotation order issue in PR #11137 (#11184) --- .../docs/concepts/workloads/controllers/_index.md | 10 +++++----- content/zh/docs/reference/kubectl/_index.md | 11 +++++------ content/zh/docs/reference/kubernetes-api/_index.md | 10 +++++----- .../zh/docs/reference/setup-tools/kubefed/_index.md | 12 ++++++------ content/zh/docs/reference/using-api/_index.md | 13 ++++++------- content/zh/docs/setup/turnkey/_index.md | 11 +++++------ .../docs/tasks/administer-cluster/kubeadm/_index.md | 12 +++++------- .../docs/tasks/debug-application-cluster/_index.md | 11 +++++------ content/zh/docs/tasks/job/_index.md | 11 +++++------ content/zh/docs/tasks/manage-daemon/_index.md | 10 +++++----- .../zh/docs/tasks/network-policy-provider/_index.md | 10 +++++----- content/zh/docs/tasks/run-application/_index.md | 12 +++++------- content/zh/docs/tasks/tools/_index.md | 11 +++++------ content/zh/docs/tutorials/clusters/_index.md | 11 +++++------ .../kubernetes-basics/create-cluster/_index.md | 11 +++++------ .../kubernetes-basics/deploy-app/_index.md | 11 +++++------ .../tutorials/kubernetes-basics/expose/_index.md | 11 +++++------ .../tutorials/kubernetes-basics/update/_index.md | 11 +++++------ content/zh/docs/tutorials/services/_index.md | 10 +++++----- .../docs/tutorials/stateful-application/_index.md | 12 +++++------- 20 files changed, 102 insertions(+), 119 deletions(-) diff --git a/content/zh/docs/concepts/workloads/controllers/_index.md b/content/zh/docs/concepts/workloads/controllers/_index.md index 87407c0336..21c6b5b903 100644 --- a/content/zh/docs/concepts/workloads/controllers/_index.md +++ b/content/zh/docs/concepts/workloads/controllers/_index.md @@ -1,11 +1,11 @@ +--- +title: "控制器" +weight: 20 +--- + - ---- -title: "控制器" -weight: 20 ---- diff --git a/content/zh/docs/reference/kubectl/_index.md b/content/zh/docs/reference/kubectl/_index.md index a38493de6b..fb61e32478 100644 --- a/content/zh/docs/reference/kubectl/_index.md +++ b/content/zh/docs/reference/kubectl/_index.md @@ -1,12 +1,11 @@ +--- +title: "kubectl 命令行界面" +weight: 60 +--- + - ---- -title: "kubectl 命令行界面" -weight: 60 ---- - diff --git a/content/zh/docs/reference/kubernetes-api/_index.md b/content/zh/docs/reference/kubernetes-api/_index.md index a80e932110..19f9f15ffa 100644 --- a/content/zh/docs/reference/kubernetes-api/_index.md +++ b/content/zh/docs/reference/kubernetes-api/_index.md @@ -1,11 +1,11 @@ +--- +title: API 参考 +weight: 30 +--- + - ---- -title: API 参考 -weight: 30 ---- diff --git a/content/zh/docs/reference/setup-tools/kubefed/_index.md b/content/zh/docs/reference/setup-tools/kubefed/_index.md index c261acb090..e76834dc5e 100644 --- a/content/zh/docs/reference/setup-tools/kubefed/_index.md +++ b/content/zh/docs/reference/setup-tools/kubefed/_index.md @@ -1,3 +1,9 @@ +--- +title: kubefed +weight: 20 +toc-hide: true +--- + - ---- -title: kubefed -weight: 20 -toc-hide: true ---- diff --git a/content/zh/docs/reference/using-api/_index.md b/content/zh/docs/reference/using-api/_index.md index 39d8899264..aeeeb52727 100644 --- a/content/zh/docs/reference/using-api/_index.md +++ b/content/zh/docs/reference/using-api/_index.md @@ -1,3 +1,9 @@ +--- +title: 使用 Kubernetes API +weight: 10 +toc-hide: true +--- + - ---- -title: 使用 Kubernetes API -weight: 10 -toc-hide: true ---- - diff --git a/content/zh/docs/setup/turnkey/_index.md b/content/zh/docs/setup/turnkey/_index.md index 6805401f09..db406bd829 100644 --- a/content/zh/docs/setup/turnkey/_index.md +++ b/content/zh/docs/setup/turnkey/_index.md @@ -1,12 +1,11 @@ +--- +title: 一站式云解决方案 +weight: 40 +--- + - ---- -title: 一站式云解决方案 -weight: 40 ---- - diff --git a/content/zh/docs/tasks/administer-cluster/kubeadm/_index.md b/content/zh/docs/tasks/administer-cluster/kubeadm/_index.md index 1d25415273..19f6db4cfa 100644 --- a/content/zh/docs/tasks/administer-cluster/kubeadm/_index.md +++ b/content/zh/docs/tasks/administer-cluster/kubeadm/_index.md @@ -1,13 +1,11 @@ +--- +title: "用 kubeadm 进行管理" +weight: 10 +--- + - ---- -title: "用 kubeadm 进行管理" -weight: 10 ---- - - diff --git a/content/zh/docs/tasks/debug-application-cluster/_index.md b/content/zh/docs/tasks/debug-application-cluster/_index.md index d78ae89c63..8932f3e7ee 100644 --- a/content/zh/docs/tasks/debug-application-cluster/_index.md +++ b/content/zh/docs/tasks/debug-application-cluster/_index.md @@ -1,12 +1,11 @@ +--- +title: "监控、日志和排错" +weight: 80 +--- + - ---- -title: "监控、日志和排错" -weight: 80 ---- - diff --git a/content/zh/docs/tasks/job/_index.md b/content/zh/docs/tasks/job/_index.md index d8110249ce..06c6528ac6 100644 --- a/content/zh/docs/tasks/job/_index.md +++ b/content/zh/docs/tasks/job/_index.md @@ -1,12 +1,11 @@ +--- +title: "运行 Jobs" +weight: 50 +--- + - ---- -title: "运行 Jobs" -weight: 50 ---- - diff --git a/content/zh/docs/tasks/manage-daemon/_index.md b/content/zh/docs/tasks/manage-daemon/_index.md index 35f8f3918a..6291829ea9 100644 --- a/content/zh/docs/tasks/manage-daemon/_index.md +++ b/content/zh/docs/tasks/manage-daemon/_index.md @@ -1,11 +1,11 @@ +--- +title: "管理集群守护进程" +weight: 130 +--- + - ---- -title: "管理集群守护进程" -weight: 130 ---- diff --git a/content/zh/docs/tasks/network-policy-provider/_index.md b/content/zh/docs/tasks/network-policy-provider/_index.md index e9ac5b0afd..b66f21bfa8 100644 --- a/content/zh/docs/tasks/network-policy-provider/_index.md +++ b/content/zh/docs/tasks/network-policy-provider/_index.md @@ -1,11 +1,11 @@ +--- +title: 安装网络策略驱动 +weight: 30 +--- + - ---- -title: 安装网络策略驱动 -weight: 30 ---- diff --git a/content/zh/docs/tasks/run-application/_index.md b/content/zh/docs/tasks/run-application/_index.md index 169d8e7241..795623eb40 100644 --- a/content/zh/docs/tasks/run-application/_index.md +++ b/content/zh/docs/tasks/run-application/_index.md @@ -1,13 +1,11 @@ +--- +title: "运行应用" +weight: 40 +--- + - ---- -title: "运行应用" -weight: 40 ---- - - diff --git a/content/zh/docs/tasks/tools/_index.md b/content/zh/docs/tasks/tools/_index.md index 99df590b6d..b45ce8b48f 100644 --- a/content/zh/docs/tasks/tools/_index.md +++ b/content/zh/docs/tasks/tools/_index.md @@ -1,12 +1,11 @@ +--- +title: "安装工具" +weight: 10 +--- + - ---- -title: "安装工具" -weight: 10 ---- - diff --git a/content/zh/docs/tutorials/clusters/_index.md b/content/zh/docs/tutorials/clusters/_index.md index d49866ada6..1909047b2d 100644 --- a/content/zh/docs/tutorials/clusters/_index.md +++ b/content/zh/docs/tutorials/clusters/_index.md @@ -1,12 +1,11 @@ +--- +title: "集群" +weight: 60 +--- + - ---- -title: "集群" -weight: 60 ---- - diff --git a/content/zh/docs/tutorials/kubernetes-basics/create-cluster/_index.md b/content/zh/docs/tutorials/kubernetes-basics/create-cluster/_index.md index 60ad546deb..28ca16ffe3 100644 --- a/content/zh/docs/tutorials/kubernetes-basics/create-cluster/_index.md +++ b/content/zh/docs/tutorials/kubernetes-basics/create-cluster/_index.md @@ -1,12 +1,11 @@ +--- +title: 创建集群 +weight: 10 +--- + - ---- -title: 创建集群 -weight: 10 ---- - diff --git a/content/zh/docs/tutorials/kubernetes-basics/deploy-app/_index.md b/content/zh/docs/tutorials/kubernetes-basics/deploy-app/_index.md index c9aa51ea47..31eb6a0d36 100644 --- a/content/zh/docs/tutorials/kubernetes-basics/deploy-app/_index.md +++ b/content/zh/docs/tutorials/kubernetes-basics/deploy-app/_index.md @@ -1,12 +1,11 @@ +--- +title: 部署应用 +weight: 20 +--- + - ---- -title: 部署应用 -weight: 20 ---- - diff --git a/content/zh/docs/tutorials/kubernetes-basics/expose/_index.md b/content/zh/docs/tutorials/kubernetes-basics/expose/_index.md index 6405e23653..c1325ed082 100644 --- a/content/zh/docs/tutorials/kubernetes-basics/expose/_index.md +++ b/content/zh/docs/tutorials/kubernetes-basics/expose/_index.md @@ -1,12 +1,11 @@ +--- +title: 公开地暴露你的应用 +weight: 40 +--- + - ---- -title: 公开地暴露你的应用 -weight: 40 ---- - diff --git a/content/zh/docs/tutorials/kubernetes-basics/update/_index.md b/content/zh/docs/tutorials/kubernetes-basics/update/_index.md index 1ae4016772..951286385e 100644 --- a/content/zh/docs/tutorials/kubernetes-basics/update/_index.md +++ b/content/zh/docs/tutorials/kubernetes-basics/update/_index.md @@ -1,12 +1,11 @@ +--- +title: 更新你的应用 +weight: 60 +--- + - ---- -title: 更新你的应用 -weight: 60 ---- - diff --git a/content/zh/docs/tutorials/services/_index.md b/content/zh/docs/tutorials/services/_index.md index ffc9efd7ba..a40568271b 100644 --- a/content/zh/docs/tutorials/services/_index.md +++ b/content/zh/docs/tutorials/services/_index.md @@ -1,11 +1,11 @@ +--- +title: "Services" +weight: 70 +--- + - ---- -title: "Services" -weight: 70 ---- diff --git a/content/zh/docs/tutorials/stateful-application/_index.md b/content/zh/docs/tutorials/stateful-application/_index.md index 107bf12fee..9c460f34bc 100644 --- a/content/zh/docs/tutorials/stateful-application/_index.md +++ b/content/zh/docs/tutorials/stateful-application/_index.md @@ -1,13 +1,11 @@ +--- +title: "有状态的应用" +weight: 50 +--- + - ---- -title: "有状态的应用" -weight: 50 ---- - -