add zh/ prefix of links in zh/ directory

This commit is contained in:
tanjunchen
2020-04-07 14:03:35 +08:00
parent 0854666f54
commit fb38dd6d50
11 changed files with 166 additions and 166 deletions
+28 -28
View File
@@ -16,17 +16,17 @@ content_template: templates/concept
{{% capture overview %}}
Kubernetes 文档的这一部分包含教程。一个教程展示了如何完成一个比单个[任务](/docs/tasks/)更大的目标。
Kubernetes 文档的这一部分包含教程。一个教程展示了如何完成一个比单个[任务](zh/docs/tasks/)更大的目标。
通常一个教程有几个部分,每个部分都有一系列步骤。在浏览每个教程之前,
您可能希望将[标准化术语表](/docs/reference/glossary/)页面添加到书签,供以后参考。
您可能希望将[标准化术语表](zh/docs/reference/glossary/)页面添加到书签,供以后参考。
<!--
This section of the Kubernetes documentation contains tutorials.
A tutorial shows how to accomplish a goal that is larger than a single
[task](/docs/tasks/). Typically a tutorial has several sections,
[task](zh/docs/tasks/). Typically a tutorial has several sections,
each of which has a sequence of steps.
Before walking through each tutorial, you may want to bookmark the
[Standardized Glossary](/docs/reference/glossary/) page for later references.
[Standardized Glossary](zh/docs/reference/glossary/) page for later references.
-->
{{% /capture %}}
@@ -39,10 +39,10 @@ Before walking through each tutorial, you may want to bookmark the
## Basics
-->
* [Kubernetes 基础知识](/docs/tutorials/Kubernetes-Basics/)是一个深入的交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
* [Kubernetes 基础知识](zh/docs/tutorials/Kubernetes-Basics/)是一个深入的交互式教程,帮助您理解 Kubernetes 系统,并尝试一些基本的 Kubernetes 特性。
<!--
* [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.
* [Kubernetes Basics](zh/docs/tutorials/kubernetes-basics/) is an in-depth interactive tutorial that helps you understand the Kubernetes system and try out some basic Kubernetes features.
-->
* [使用 Kubernetes (Udacity) 的可伸缩微服务](https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615)
@@ -57,10 +57,10 @@ Before walking through each tutorial, you may want to bookmark the
* [Introduction to Kubernetes (edX)](https://www.edx.org/course/introduction-kubernetes-linuxfoundationx-lfs158x#)
-->
* [你好 Minikube](/docs/tutorials/hello-minikube/)
* [你好 Minikube](zh/docs/tutorials/hello-minikube/)
<!--
* [Hello Minikube](/docs/tutorials/hello-minikube/)
* [Hello Minikube](zh/docs/tutorials/hello-minikube/)
-->
## 配置
@@ -69,10 +69,10 @@ Before walking through each tutorial, you may want to bookmark the
## Configuration
-->
* [使用一个 ConfigMap 配置 Redis](/docs/tutorials/configuration/configure-redis-using-configmap/)
* [使用一个 ConfigMap 配置 Redis](zh/docs/tutorials/configuration/configure-redis-using-configmap/)
<!--
* [Configuring Redis Using a ConfigMap](/docs/tutorials/configuration/configure-redis-using-configmap/)
* [Configuring Redis Using a ConfigMap](zh/docs/tutorials/configuration/configure-redis-using-configmap/)
-->
## 无状态应用程序
@@ -81,16 +81,16 @@ Before walking through each tutorial, you may want to bookmark the
## Stateless Applications
-->
* [公开外部 IP 地址访问集群中的应用程序](/docs/tutorials/stateless-application/expose-external-ip-address/)
* [公开外部 IP 地址访问集群中的应用程序](zh/docs/tutorials/stateless-application/expose-external-ip-address/)
<!--
* [Exposing an External IP Address to Access an Application in a Cluster](/docs/tutorials/stateless-application/expose-external-ip-address/)
* [Exposing an External IP Address to Access an Application in a Cluster](zh/docs/tutorials/stateless-application/expose-external-ip-address/)
-->
* [示例:使用 Redis 部署 PHP 留言板应用程序](/docs/tutorials/stateless-application/guestbook/)
* [示例:使用 Redis 部署 PHP 留言板应用程序](zh/docs/tutorials/stateless-application/guestbook/)
<!--
* [Example: Deploying PHP Guestbook application with Redis](/docs/tutorials/stateless-application/guestbook/)
* [Example: Deploying PHP Guestbook application with Redis](zh/docs/tutorials/stateless-application/guestbook/)
-->
## 有状态应用程序
@@ -99,28 +99,28 @@ Before walking through each tutorial, you may want to bookmark the
## Stateful Applications
-->
* [StatefulSet 基础](/docs/tutorials/stateful-application/basic-stateful-set/)
* [StatefulSet 基础](zh/docs/tutorials/stateful-application/basic-stateful-set/)
<!--
* [StatefulSet Basics](/docs/tutorials/stateful-application/basic-stateful-set/)
* [StatefulSet Basics](zh/docs/tutorials/stateful-application/basic-stateful-set/)
-->
* [示例:WordPress 和 MySQL 使用持久卷](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
* [示例:WordPress 和 MySQL 使用持久卷](zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
<!--
* [Example: WordPress and MySQL with Persistent Volumes](/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
* [Example: WordPress and MySQL with Persistent Volumes](zh/docs/tutorials/stateful-application/mysql-wordpress-persistent-volume/)
-->
* [示例:使用有状态集部署 Cassandra](/docs/tutorials/stateful-application/cassandra/)
* [示例:使用有状态集部署 Cassandra](zh/docs/tutorials/stateful-application/cassandra/)
<!--
* [Example: Deploying Cassandra with Stateful Sets](/docs/tutorials/stateful-application/cassandra/)
* [Example: Deploying Cassandra with Stateful Sets](zh/docs/tutorials/stateful-application/cassandra/)
-->
* [运行 ZooKeeperCP 分布式系统](/docs/tutorials/stateful-application/zookeeper/)
* [运行 ZooKeeperCP 分布式系统](zh/docs/tutorials/stateful-application/zookeeper/)
<!--
* [Running ZooKeeper, A CP Distributed System](/docs/tutorials/stateful-application/zookeeper/)
* [Running ZooKeeper, A CP Distributed System](zh/docs/tutorials/stateful-application/zookeeper/)
-->
## CI/CD 管道
@@ -155,33 +155,33 @@ Before walking through each tutorial, you may want to bookmark the
## 集群
* [AppArmor](/docs/tutorials/clusters/apparmor/)
* [AppArmor](zh/docs/tutorials/clusters/apparmor/)
<!--
## Clusters
* [AppArmor](/docs/tutorials/clusters/apparmor/)
* [AppArmor](zh/docs/tutorials/clusters/apparmor/)
-->
## 服务
* [使用源 IP](/docs/tutorials/services/source-ip/)
* [使用源 IP](zh/docs/tutorials/services/source-ip/)
<!--
## Services
* [Using Source IP](/docs/tutorials/services/source-ip/)
* [Using Source IP](zh/docs/tutorials/services/source-ip/)
-->
{{% /capture %}}
{{% capture whatsnext %}}
如果您想编写教程,请参阅[使用页面模板](/docs/home/contribute/page-templates/)
如果您想编写教程,请参阅[使用页面模板](zh/docs/home/contribute/page-templates/)
以获取有关教程页面类型和教程模板的信息。
<!--
If you would like to write a tutorial, see
[Using Page Templates](/docs/home/contribute/page-templates/)
[Using Page Templates](zh/docs/home/contribute/page-templates/)
for information about the tutorial page type and the tutorial template.
-->