[zh] Fix links on docs home

The links on the Home page is out of sync due to reasons like improper
translation of card name, missing card section in front-matter or even
missing content file in Chinese localization.
This commit is contained in:
Qiming Teng
2020-06-27 13:55:06 +08:00
parent 5a97e2b6a6
commit 073ce649b9
13 changed files with 1776 additions and 123 deletions
+10 -6
View File
@@ -1,20 +1,24 @@
---
reviewers:
- mikedanese
title: 安装并设置 kubectl
title: 安装并配置 kubectl
content_type: task
weight: 10
card:
name: tasks
weight: 20
title: 安装 kubectl
---
<!--
---
reviewers:
- bgrant0607
- mikedanese
title: Install and Set Up kubectl
content_type: task
weight: 10
---
card:
name: tasks
weight: 20
title: Install kubectl
-->
<!-- overview -->
<!--
Use the Kubernetes command-line tool, [kubectl](/docs/user-guide/kubectl/), to deploy and manage applications on Kubernetes. Using kubectl, you can inspect cluster resources; create, delete, and update components; look at your new cluster; and bring up example apps.