You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you start, install the dependencies. Clone the repository and navigate to the directory:
53
60
-->
@@ -59,17 +66,22 @@ cd website
59
66
```
60
67
61
68
<!--
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.
63
73
-->
64
-
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme)。
65
-
即使你打算在容器中运行网站,我们也强烈建议你通过运行以下命令来引入子模块和其他开发依赖项:
74
+
Kubernetes 网站使用的是 [Docsy Hugo 主题](https://github.com/google/docsy#readme),
0 commit comments