From 5d43a14730fa40418987283f2b31a5c5336db5fa Mon Sep 17 00:00:00 2001 From: Yang Li Date: Thu, 22 Nov 2018 13:30:43 +0800 Subject: [PATCH] zh-trans: add 20 _index.md files (#11137) Co-authored-by: Yang Li - zh-trans: add workloads/controllers/_index.md - zh-trans: add update/_index.md - zh-trans: add deploy-app/_index.md - zh-trans: add manage-daemon/_index.md - zh-trans: add debug-application-cluster/_index.md - zh-trans: add clusters/_index.md - zh-trans: add tools/_index.md - zh-trans: add job/_index.md - zh-trans: add network-policy-provider/_index.md - zh-trans: add kubeadm/_index.md - zh-trans: add turnkey/_index.md - zh-trans: add kubernetes-api/_index.md - zh-trans: add stateful-application/_index.md - zh-trans: add create-cluster/_index.md - zh-trans: add run-application/_index.md - zh-trans: add using-api/_index.md - zh-trans: add kubefed/_index.md - zh-trans: add kubectl/_index.md - zh-trans: add services/_index.md - zh-trans: add expose/_index.md --- .../docs/concepts/workloads/controllers/_index.md | 11 +++++++++++ content/zh/docs/reference/kubectl/_index.md | 12 ++++++++++++ content/zh/docs/reference/kubernetes-api/_index.md | 11 +++++++++++ .../docs/reference/setup-tools/kubefed/_index.md | 13 +++++++++++++ content/zh/docs/reference/using-api/_index.md | 14 ++++++++++++++ content/zh/docs/setup/turnkey/_index.md | 12 ++++++++++++ .../tasks/administer-cluster/kubeadm/_index.md | 13 +++++++++++++ .../docs/tasks/debug-application-cluster/_index.md | 12 ++++++++++++ content/zh/docs/tasks/job/_index.md | 12 ++++++++++++ content/zh/docs/tasks/manage-daemon/_index.md | 11 +++++++++++ .../docs/tasks/network-policy-provider/_index.md | 11 +++++++++++ content/zh/docs/tasks/run-application/_index.md | 13 +++++++++++++ content/zh/docs/tasks/tools/_index.md | 12 ++++++++++++ content/zh/docs/tutorials/clusters/_index.md | 12 ++++++++++++ .../kubernetes-basics/create-cluster/_index.md | 12 ++++++++++++ .../kubernetes-basics/deploy-app/_index.md | 12 ++++++++++++ .../tutorials/kubernetes-basics/expose/_index.md | 12 ++++++++++++ .../tutorials/kubernetes-basics/update/_index.md | 12 ++++++++++++ content/zh/docs/tutorials/services/_index.md | 11 +++++++++++ .../docs/tutorials/stateful-application/_index.md | 13 +++++++++++++ 20 files changed, 241 insertions(+) create mode 100644 content/zh/docs/concepts/workloads/controllers/_index.md create mode 100644 content/zh/docs/reference/kubectl/_index.md create mode 100644 content/zh/docs/reference/kubernetes-api/_index.md create mode 100644 content/zh/docs/reference/setup-tools/kubefed/_index.md create mode 100644 content/zh/docs/reference/using-api/_index.md create mode 100644 content/zh/docs/setup/turnkey/_index.md create mode 100644 content/zh/docs/tasks/administer-cluster/kubeadm/_index.md create mode 100644 content/zh/docs/tasks/debug-application-cluster/_index.md create mode 100644 content/zh/docs/tasks/job/_index.md create mode 100644 content/zh/docs/tasks/manage-daemon/_index.md create mode 100644 content/zh/docs/tasks/network-policy-provider/_index.md create mode 100644 content/zh/docs/tasks/run-application/_index.md create mode 100644 content/zh/docs/tasks/tools/_index.md create mode 100644 content/zh/docs/tutorials/clusters/_index.md create mode 100644 content/zh/docs/tutorials/kubernetes-basics/create-cluster/_index.md create mode 100644 content/zh/docs/tutorials/kubernetes-basics/deploy-app/_index.md create mode 100644 content/zh/docs/tutorials/kubernetes-basics/expose/_index.md create mode 100644 content/zh/docs/tutorials/kubernetes-basics/update/_index.md create mode 100644 content/zh/docs/tutorials/services/_index.md create mode 100644 content/zh/docs/tutorials/stateful-application/_index.md diff --git a/content/zh/docs/concepts/workloads/controllers/_index.md b/content/zh/docs/concepts/workloads/controllers/_index.md new file mode 100644 index 0000000000..87407c0336 --- /dev/null +++ b/content/zh/docs/concepts/workloads/controllers/_index.md @@ -0,0 +1,11 @@ + + +--- +title: "控制器" +weight: 20 +--- diff --git a/content/zh/docs/reference/kubectl/_index.md b/content/zh/docs/reference/kubectl/_index.md new file mode 100644 index 0000000000..a38493de6b --- /dev/null +++ b/content/zh/docs/reference/kubectl/_index.md @@ -0,0 +1,12 @@ + + +--- +title: "kubectl 命令行界面" +weight: 60 +--- + diff --git a/content/zh/docs/reference/kubernetes-api/_index.md b/content/zh/docs/reference/kubernetes-api/_index.md new file mode 100644 index 0000000000..a80e932110 --- /dev/null +++ b/content/zh/docs/reference/kubernetes-api/_index.md @@ -0,0 +1,11 @@ + + +--- +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 new file mode 100644 index 0000000000..c261acb090 --- /dev/null +++ b/content/zh/docs/reference/setup-tools/kubefed/_index.md @@ -0,0 +1,13 @@ + + +--- +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 new file mode 100644 index 0000000000..39d8899264 --- /dev/null +++ b/content/zh/docs/reference/using-api/_index.md @@ -0,0 +1,14 @@ + + +--- +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 new file mode 100644 index 0000000000..6805401f09 --- /dev/null +++ b/content/zh/docs/setup/turnkey/_index.md @@ -0,0 +1,12 @@ + + +--- +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 new file mode 100644 index 0000000000..1d25415273 --- /dev/null +++ b/content/zh/docs/tasks/administer-cluster/kubeadm/_index.md @@ -0,0 +1,13 @@ + + +--- +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 new file mode 100644 index 0000000000..d78ae89c63 --- /dev/null +++ b/content/zh/docs/tasks/debug-application-cluster/_index.md @@ -0,0 +1,12 @@ + + +--- +title: "监控、日志和排错" +weight: 80 +--- + diff --git a/content/zh/docs/tasks/job/_index.md b/content/zh/docs/tasks/job/_index.md new file mode 100644 index 0000000000..d8110249ce --- /dev/null +++ b/content/zh/docs/tasks/job/_index.md @@ -0,0 +1,12 @@ + + +--- +title: "运行 Jobs" +weight: 50 +--- + diff --git a/content/zh/docs/tasks/manage-daemon/_index.md b/content/zh/docs/tasks/manage-daemon/_index.md new file mode 100644 index 0000000000..35f8f3918a --- /dev/null +++ b/content/zh/docs/tasks/manage-daemon/_index.md @@ -0,0 +1,11 @@ + + +--- +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 new file mode 100644 index 0000000000..e9ac5b0afd --- /dev/null +++ b/content/zh/docs/tasks/network-policy-provider/_index.md @@ -0,0 +1,11 @@ + + +--- +title: 安装网络策略驱动 +weight: 30 +--- diff --git a/content/zh/docs/tasks/run-application/_index.md b/content/zh/docs/tasks/run-application/_index.md new file mode 100644 index 0000000000..169d8e7241 --- /dev/null +++ b/content/zh/docs/tasks/run-application/_index.md @@ -0,0 +1,13 @@ + + +--- +title: "运行应用" +weight: 40 +--- + + diff --git a/content/zh/docs/tasks/tools/_index.md b/content/zh/docs/tasks/tools/_index.md new file mode 100644 index 0000000000..99df590b6d --- /dev/null +++ b/content/zh/docs/tasks/tools/_index.md @@ -0,0 +1,12 @@ + + +--- +title: "安装工具" +weight: 10 +--- + diff --git a/content/zh/docs/tutorials/clusters/_index.md b/content/zh/docs/tutorials/clusters/_index.md new file mode 100644 index 0000000000..d49866ada6 --- /dev/null +++ b/content/zh/docs/tutorials/clusters/_index.md @@ -0,0 +1,12 @@ + + +--- +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 new file mode 100644 index 0000000000..60ad546deb --- /dev/null +++ b/content/zh/docs/tutorials/kubernetes-basics/create-cluster/_index.md @@ -0,0 +1,12 @@ + + +--- +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 new file mode 100644 index 0000000000..c9aa51ea47 --- /dev/null +++ b/content/zh/docs/tutorials/kubernetes-basics/deploy-app/_index.md @@ -0,0 +1,12 @@ + + +--- +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 new file mode 100644 index 0000000000..6405e23653 --- /dev/null +++ b/content/zh/docs/tutorials/kubernetes-basics/expose/_index.md @@ -0,0 +1,12 @@ + + +--- +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 new file mode 100644 index 0000000000..1ae4016772 --- /dev/null +++ b/content/zh/docs/tutorials/kubernetes-basics/update/_index.md @@ -0,0 +1,12 @@ + + +--- +title: 更新你的应用 +weight: 60 +--- + diff --git a/content/zh/docs/tutorials/services/_index.md b/content/zh/docs/tutorials/services/_index.md new file mode 100644 index 0000000000..ffc9efd7ba --- /dev/null +++ b/content/zh/docs/tutorials/services/_index.md @@ -0,0 +1,11 @@ + + +--- +title: "Services" +weight: 70 +--- diff --git a/content/zh/docs/tutorials/stateful-application/_index.md b/content/zh/docs/tutorials/stateful-application/_index.md new file mode 100644 index 0000000000..107bf12fee --- /dev/null +++ b/content/zh/docs/tutorials/stateful-application/_index.md @@ -0,0 +1,13 @@ + + +--- +title: "有状态的应用" +weight: 50 +--- + +