Merge pull request #34632 from orangeji11/main
Translate annotation content in README-zh.md
This commit is contained in:
+2
-2
@@ -65,7 +65,7 @@ The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/doc
|
|||||||
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)。 即使你打算在容器中运行网站,我们也强烈建议你通过运行以下命令来引入子模块和其他开发依赖项:
|
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)。 即使你打算在容器中运行网站,我们也强烈建议你通过运行以下命令来引入子模块和其他开发依赖项:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# pull in the Docsy submodule
|
# 引入 Docsy 子模块
|
||||||
git submodule update --init --recursive --depth 1
|
git submodule update --init --recursive --depth 1
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -113,7 +113,7 @@ Hugo 扩展版本。
|
|||||||
若要在本地构造和测试网站,请运行:
|
若要在本地构造和测试网站,请运行:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# install dependencies
|
# 安装依赖
|
||||||
npm ci
|
npm ci
|
||||||
make serve
|
make serve
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user