Skip to content

Commit bc52e93

Browse files
authored
Merge pull request #24466 from tengqm/zh-improve-tutoriali-idx
[zh] Remove online training contents
2 parents 29e13ed + 1604fbf commit bc52e93

File tree

1 file changed

+35
-67
lines changed

1 file changed

+35
-67
lines changed

content/zh/docs/tutorials/_index.md

Lines changed: 35 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,20 @@
11
---
22
title: 教程
33
main_menu: true
4+
no_list: true
45
weight: 60
56
content_type: concept
67
---
78

89
<!--
9-
---
1010
title: Tutorials
1111
main_menu: true
12+
no_list: true
1213
weight: 60
1314
content_type: concept
14-
---
1515
-->
1616

1717
<!-- overview -->
18-
19-
Kubernetes 文档的这一部分包含教程。一个教程展示了如何完成一个比单个[任务](/zh/docs/tasks/)更大的目标。
20-
通常一个教程有几个部分,每个部分都有一系列步骤。在浏览每个教程之前,
21-
您可能希望将[标准化术语表](/zh/docs/reference/glossary/)页面添加到书签,供以后参考。
22-
2318
<!--
2419
This section of the Kubernetes documentation contains tutorials.
2520
A tutorial shows how to accomplish a goal that is larger than a single
@@ -28,127 +23,100 @@ each of which has a sequence of steps.
2823
Before walking through each tutorial, you may want to bookmark the
2924
[Standardized Glossary](/docs/reference/glossary/) page for later references.
3025
-->
31-
26+
Kubernetes 文档的这一部分包含教程。每个教程展示了如何完成一个比单个
27+
[任务](/zh/docs/tasks/)更大的目标。
28+
通常一个教程有几个部分,每个部分都有一系列步骤。在浏览每个教程之前,
29+
您可能希望将[标准化术语表](/zh/docs/reference/glossary/)页面添加到书签,供以后参考。
3230

3331

3432
<!-- body -->
35-
36-
## 基础知识
37-
3833
<!--
3934
## Basics
40-
-->
41-
42-
* [Kubernetes 基础知识](/zh/docs/tutorials/Kubernetes-Basics/)是一个深入的交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
4335
44-
<!--
4536
* [Kubernetes Basics](/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
46-
-->
4737
48-
* [介绍 Kubernetes (edx)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
49-
50-
<!--
5138
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
39+
40+
* [Hello Minikube](/docs/tutorials/hello-minikube/)
5241
-->
42+
## 基础知识
5343

54-
* [你好 Minikube](/zh/docs/tutorials/hello-minikube/)
44+
* [Kubernetes 基础知识](/zh/docs/tutorials/Kubernetes-Basics/)是一个深入的
45+
交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
5546

56-
<!--
57-
* [Hello Minikube]/docs/tutorials/hello-minikube/)
58-
-->
47+
* [介绍 Kubernetes (edx)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
5948

60-
## 配置
49+
* [你好 Minikube](/zh/docs/tutorials/hello-minikube/)
6150

6251
<!--
6352
## Configuration
64-
-->
65-
66-
* [使用一个 ConfigMap 配置 Redis](/zh/docs/tutorials/configuration/configure-redis-using-configmap/)
6753
68-
<!--
6954
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
7055
-->
56+
## 配置
7157

72-
## 无状态应用程序
58+
* [使用一个 ConfigMap 配置 Redis](/zh/docs/tutorials/configuration/configure-redis-using-configmap/)
7359

7460
<!--
7561
## Stateless Applications
76-
-->
77-
78-
* [公开外部 IP 地址访问集群中的应用程序](/zh/docs/tutorials/stateless-application/expose-external-ip-address/)
7962
80-
<!--
8163
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
82-
-->
8364
84-
* [示例:使用 Redis 部署 PHP 留言板应用程序](/zh/docs/tutorials/stateless-application/guestbook/)
85-
86-
<!--
8765
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
8866
-->
67+
## 无状态应用程序
8968

90-
## 有状态应用程序
69+
* [公开外部 IP 地址访问集群中的应用程序](/zh/docs/tutorials/stateless-application/expose-external-ip-address/)
9170

92-
<!--
93-
## Stateful Applications
94-
-->
71+
* [示例:使用 Redis 部署 PHP 留言板应用程序](/zh/docs/tutorials/stateless-application/guestbook/)
9572

96-
* [StatefulSet 基础](/zh/docs/tutorials/stateful-application/basic-stateful-set/)
9773

9874
<!--
99-
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
100-
-->
75+
## Stateful Applications
10176
102-
* [示例:WordPress 和 MySQL 使用持久卷](/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
77+
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
10378
104-
<!--
10579
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
106-
-->
107-
108-
* [示例:使用有状态集部署 Cassandra](/zh/docs/tutorials/stateful-application/cassandra/)
10980
110-
<!--
11181
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
112-
-->
113-
114-
* [运行 ZooKeeper,CP 分布式系统](/zh/docs/tutorials/stateful-application/zookeeper/)
11582
116-
<!--
11783
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
11884
-->
85+
## 有状态应用程序
11986

120-
## 集群
87+
* [StatefulSet 基础](/zh/docs/tutorials/stateful-application/basic-stateful-set/)
12188

122-
* [AppArmor](/zh/docs/tutorials/clusters/apparmor/)
89+
* [示例:WordPress 和 MySQL 使用持久卷](/zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
90+
91+
* [示例:使用有状态集部署 Cassandra](/zh/docs/tutorials/stateful-application/cassandra/)
92+
93+
* [运行 ZooKeeper,CP 分布式系统](/zh/docs/tutorials/stateful-application/zookeeper/)
12394

12495
<!--
12596
## Clusters
12697
12798
* [AppArmor](/docs/tutorials/clusters/apparmor/)
12899
-->
100+
## 集群
129101

130-
## 服务
131-
132-
* [使用源 IP](/zh/docs/tutorials/services/source-ip/)
102+
* [AppArmor](/zh/docs/tutorials/clusters/apparmor/)
133103

134104
<!--
135105
## Services
136106
137107
* [Using Source IP](/docs/tutorials/services/source-ip/)
138108
-->
109+
## 服务
139110

140-
111+
* [使用源 IP](/zh/docs/tutorials/services/source-ip/)
141112

142113
## {{% heading "whatsnext" %}}
143114

144-
145-
如果您想编写教程,请参阅[使用页面模板](/zh/docs/home/contribute/page-templates/)
146-
以获取有关教程页面类型和教程模板的信息。
147115
<!--
148116
If you would like to write a tutorial, see
149-
[Using Page Templates](/docs/home/contribute/page-templates/)
150-
for information about the tutorial page type and the tutorial template.
117+
[Content Page Types](/docs/contribute/style/page-content-types/)
118+
for information about the tutorial page.
151119
-->
152-
153-
120+
如果您想编写教程,请参阅[内容页面类型](/zh/docs/contribute/style/page-content-types/)
121+
以获取有关教程页面类型的信息。
154122

0 commit comments

Comments
 (0)