From c5add88844bbfae97df84c877f6240e1772b1d6a Mon Sep 17 00:00:00 2001 From: Joe Date: Mon, 12 Aug 2019 08:57:11 +0800 Subject: [PATCH] Update overview toc in chinese. (#15737) --- content/zh/docs/concepts/overview/_index.md | 4 ++++ content/zh/docs/concepts/overview/components.md | 1 + content/zh/docs/concepts/overview/kubernetes-api.md | 5 +++++ content/zh/docs/concepts/overview/what-is-kubernetes.md | 1 + .../zh/docs/concepts/overview/working-with-objects/_index.md | 4 ++++ .../overview/working-with-objects/kubernetes-objects.md | 1 + 6 files changed, 16 insertions(+) create mode 100755 content/zh/docs/concepts/overview/_index.md create mode 100755 content/zh/docs/concepts/overview/working-with-objects/_index.md diff --git a/content/zh/docs/concepts/overview/_index.md b/content/zh/docs/concepts/overview/_index.md new file mode 100755 index 0000000000..9ab3e94ae4 --- /dev/null +++ b/content/zh/docs/concepts/overview/_index.md @@ -0,0 +1,4 @@ +--- +title: "概述" +weight: 20 +--- \ No newline at end of file diff --git a/content/zh/docs/concepts/overview/components.md b/content/zh/docs/concepts/overview/components.md index e01069d409..124f5a2d78 100644 --- a/content/zh/docs/concepts/overview/components.md +++ b/content/zh/docs/concepts/overview/components.md @@ -6,6 +6,7 @@ redirect_from: - "/docs/admin/cluster-components/" - "/docs/admin/cluster-components.html" content_template: templates/concept +weight: 20 --- {{% capture overview %}} 本文档概述了 Kubernetes 所需的各种二进制组件, 用于提供齐全的功能。 diff --git a/content/zh/docs/concepts/overview/kubernetes-api.md b/content/zh/docs/concepts/overview/kubernetes-api.md index 9f79f25aa4..9a920f043f 100644 --- a/content/zh/docs/concepts/overview/kubernetes-api.md +++ b/content/zh/docs/concepts/overview/kubernetes-api.md @@ -1,3 +1,8 @@ +--- +title: Kubernetes API +weight: 30 +--- + # Kubernetes API 概述 [API协议文档](https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md)描述了主系统和API概念。 diff --git a/content/zh/docs/concepts/overview/what-is-kubernetes.md b/content/zh/docs/concepts/overview/what-is-kubernetes.md index 58c4aad000..53cef26eca 100644 --- a/content/zh/docs/concepts/overview/what-is-kubernetes.md +++ b/content/zh/docs/concepts/overview/what-is-kubernetes.md @@ -3,6 +3,7 @@ approvers: - k8s-merge-robot title: 认识 Kubernetes? +weight: 10 --- Kubernetes 是一个跨主机集群的 [开源的容器调度平台,它可以自动化应用容器的部署、扩展和操作](http://www.slideshare.net/BrianGrant11/wso2con-us-2015-kubernetes-a-platform-for-automating-deployment-scaling-and-operations) , 提供以容器为中心的基础架构。 diff --git a/content/zh/docs/concepts/overview/working-with-objects/_index.md b/content/zh/docs/concepts/overview/working-with-objects/_index.md new file mode 100755 index 0000000000..5dcf6e4ed5 --- /dev/null +++ b/content/zh/docs/concepts/overview/working-with-objects/_index.md @@ -0,0 +1,4 @@ +--- +title: "使用 Kubernetes 对象" +weight: 40 +--- \ No newline at end of file diff --git a/content/zh/docs/concepts/overview/working-with-objects/kubernetes-objects.md b/content/zh/docs/concepts/overview/working-with-objects/kubernetes-objects.md index f75a2bf352..14c85b0862 100644 --- a/content/zh/docs/concepts/overview/working-with-objects/kubernetes-objects.md +++ b/content/zh/docs/concepts/overview/working-with-objects/kubernetes-objects.md @@ -5,6 +5,7 @@ redirect_from: - "/docs/concepts/abstractions/overview/" - "/docs/concepts/abstractions/overview.html" content_template: templates/concept +weight: 10 --- {{% capture overview %}}