From b5220deaa69b2c2f303de61da3c093804b747b73 Mon Sep 17 00:00:00 2001 From: my-git9 <76980726+my-git9@users.noreply.github.com> Date: Wed, 9 Mar 2022 09:06:21 +0800 Subject: [PATCH] Sync doc about docsHome (#32120) * Sync doc about docsHome Signed-off-by: xin.li * Update kubectl-cmds.md Signed-off-by: xin.li * Update _index.md --- content/zh/docs/home/_index.md | 10 +++++----- content/zh/docs/reference/kubectl/kubectl-cmds.md | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/content/zh/docs/home/_index.md b/content/zh/docs/home/_index.md index cedb0180df..ee0aaf68d7 100644 --- a/content/zh/docs/home/_index.md +++ b/content/zh/docs/home/_index.md @@ -24,9 +24,9 @@ overview: Kubernetes 是一个开源的容器编排引擎,用来对容器化应用进行自动化部署、 扩缩和管理。该项目托管在 CNCF。 # cards: # - name: concepts -# title: "Understand the basics" +# title: "Understand Kubernetes" # description: "Learn about Kubernetes and its fundamental concepts." -# button: "Learn Concepts" +# button: "View Concepts" # button_path: "/docs/concepts" # - name: tutorials # title: "Try Kubernetes" @@ -68,9 +68,9 @@ overview: # description: This website contains documentation for the current and previous 4 versions of Kubernetes. cards: - name: concepts - title: "了解基本知识" + title: "了解 Kubernetes" description: "了解 Kubernetes 和其基础概念。" - button: "了解概念" + button: "查看概念" button_path: "/zh/docs/concepts" - name: tutorials title: "尝试 Kubernetes" @@ -106,7 +106,7 @@ cards: title: K8s 发布说明 description: 如果你正在安装或升级 Kubernetes,最好参考最新的发布说明。 button: "下载 Kubernetes" - button_path: "/zh/docs/setup/release/notes" + button_path: "/releases/download" - name: about title: 关于文档 description: 本网站包含了当前及前 4 个版本的 Kubernetes 文档。 diff --git a/content/zh/docs/reference/kubectl/kubectl-cmds.md b/content/zh/docs/reference/kubectl/kubectl-cmds.md index b10d9ee45c..81370aa616 100644 --- a/content/zh/docs/reference/kubectl/kubectl-cmds.md +++ b/content/zh/docs/reference/kubectl/kubectl-cmds.md @@ -1,9 +1,11 @@ --- title: kubectl 命令 +weight: 20 ---