Skip to content

Commit 5ecad76

Browse files
committed
update text and maintainers to zh-cn/README.md
1 parent f0544bf commit 5ecad76

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

content/zh-cn/README.md

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ To use this repository, you need the following installed locally:
4848
- [Hugo(Extended 版本)](https://gohugo.io/)
4949
- 容器运行时,比如 [Docker](https://www.docker.com/)
5050

51+
<!--
52+
Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file.
53+
-->
54+
> [!NOTE]
55+
请确保安装的是 [`netlify.toml`](netlify.toml#L11) 文件中环境变量 `HUGO_VERSION` 所指定的
56+
Hugo Extended 版本。
57+
5158
<!--
5259
Before you start, install the dependencies. Clone the repository and navigate to the directory:
5360
-->
@@ -59,17 +66,22 @@ cd website
5966
```
6067

6168
<!--
62-
The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme). Even if you plan to run the website in a container, we strongly recommend pulling in the submodule and other development dependencies by running the following:
69+
The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme),
70+
which can be installed via npm. You can also download a pre-configured
71+
development container image that includes Hugo and Docsy. Additionally, a Git
72+
submodule is used for tools that generate the reference documentation.
6373
-->
64-
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)
65-
即使你打算在容器中运行网站,我们也强烈建议你通过运行以下命令来引入子模块和其他开发依赖项:
74+
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)
75+
可以通过 npm 安装。你也可以下载一个预配置的开发容器镜像,其中包含 Hugo 和 Docsy。
76+
此外,Kubernetes 网站还使用了 Git 子模块来管理生成参考文档的工具。
6677

6778
<!--
6879
### Windows
80+
6981
```powershell
7082
# fetch submodule dependencies
7183
git submodule update --init --recursive --depth 1
72-
```
84+
```
7385
-->
7486
### Windows
7587

@@ -80,10 +92,11 @@ git submodule update --init --recursive --depth 1
8092

8193
<!--
8294
### Linux / other Unix
95+
8396
```bash
8497
# fetch submodule dependencies
8598
make module-init
86-
```
99+
```
87100
-->
88101
### Linux / 其它 Unix
89102

@@ -129,15 +142,10 @@ Open up your browser to <http://localhost:1313> to view the website. As you make
129142
<!--
130143
## Running the website locally using Hugo
131144
132-
Make sure to install the Hugo extended version specified by the `HUGO_VERSION` environment variable in the [`netlify.toml`](netlify.toml#L11) file.
133-
134145
To install dependencies, deploy and test the site locally, run:
135146
-->
136147
## 在本地使用 Hugo 来运行网站
137148

138-
请确保安装的是 [`netlify.toml`](netlify.toml#L11) 文件中环境变量 `HUGO_VERSION` 所指定的
139-
Hugo Extended 版本。
140-
141149
若要在本地安装依赖,构建和测试网站,运行以下命令:
142150

143151
<!--
@@ -407,13 +415,15 @@ For more information about contributing to the Kubernetes documentation, see:
407415
- [Page Content Types](https://kubernetes.io/docs/contribute/style/page-content-types/)
408416
- [Documentation Style Guide](https://kubernetes.io/docs/contribute/style/style-guide/)
409417
- [Localizing Kubernetes Documentation](https://kubernetes.io/docs/contribute/localization/)
418+
- [Introduction to Kubernetes Docs](https://www.youtube.com/watch?v=pprMgmNzDcw)
410419
-->
411420
有关为 Kubernetes 文档做出贡献的更多信息,请参阅:
412421

413422
- [贡献 Kubernetes 文档](https://kubernetes.io/zh-cn/docs/contribute/)
414423
- [页面内容类型](https://kubernetes.io/zh-cn/docs/contribute/style/page-content-types/)
415424
- [文档风格指南](https://kubernetes.io/zh-cn/docs/contribute/style/style-guide/)
416425
- [本地化 Kubernetes 文档](https://kubernetes.io/zh-cn/docs/contribute/localization/)
426+
- [YouTube 视频:Kubernetes 文档介绍](https://www.youtube.com/watch?v=pprMgmNzDcw)
417427

418428
<!--
419429
### New contributor ambassadors
@@ -441,8 +451,8 @@ SIG Docs 的当前新贡献者大使:
441451

442452
可以通过以下方式联系中文本地化的维护人员:
443453

444-
* Rui Chen ([GitHub - @chenrui333](https://github.com/chenrui333))
445-
* He Xiaolong ([GitHub - @markthink](https://github.com/markthink))
454+
* Qiming Teng ([GitHub - @tengqm](https://github.com/tengqm))
455+
* Michael Yao ([GitHub - @windsonsea](https://github.com/windsonsea))
446456
* [Slack 频道](https://kubernetes.slack.com/messages/kubernetes-docs-zh)
447457

448458
<!--

0 commit comments

Comments
 (0)