File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ overview:
24
24
Kubernetes 是一个开源的容器编排引擎,用来对容器化应用进行自动化部署、 扩缩和管理。该项目托管在 <a href="https://www.cncf.io/about">CNCF</a>。
25
25
# cards:
26
26
# - name: concepts
27
- # title: "Understand the basics "
27
+ # title: "Understand Kubernetes "
28
28
# description: "Learn about Kubernetes and its fundamental concepts."
29
- # button: "Learn Concepts"
29
+ # button: "View Concepts"
30
30
# button_path: "/docs/concepts"
31
31
# - name: tutorials
32
32
# title: "Try Kubernetes"
@@ -68,9 +68,9 @@ overview:
68
68
# description: This website contains documentation for the current and previous 4 versions of Kubernetes.
69
69
cards :
70
70
- name : concepts
71
- title : " 了解基本知识 "
71
+ title : " 了解 Kubernetes "
72
72
description : " 了解 Kubernetes 和其基础概念。"
73
- button : " 了解概念 "
73
+ button : " 查看概念 "
74
74
button_path : " /zh/docs/concepts"
75
75
- name : tutorials
76
76
title : " 尝试 Kubernetes"
@@ -106,7 +106,7 @@ cards:
106
106
title : K8s 发布说明
107
107
description : 如果你正在安装或升级 Kubernetes,最好参考最新的发布说明。
108
108
button : " 下载 Kubernetes"
109
- button_path : " /zh/docs/setup/release/notes "
109
+ button_path : " /releases/download "
110
110
- name : about
111
111
title : 关于文档
112
112
description : 本网站包含了当前及前 4 个版本的 Kubernetes 文档。
Original file line number Diff line number Diff line change 1
1
---
2
2
title : kubectl 命令
3
+ weight : 20
3
4
---
4
5
5
6
<!-- ---
6
7
title: kubectl Commands
8
+ weight: 20
7
9
--- -->
8
10
9
11
<!-- [kubectl Command Reference](/docs/reference/generated/kubectl/kubectl-commands/) -->
You can’t perform that action at this time.
0 commit comments