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
Copy file name to clipboardExpand all lines: content/zh-tw/README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
<!--
9
9
This repository contains the assets required to build the [Kubernetes website and documentation](https://kubernetes.io/). We're glad that you want to contribute!
@@ -71,7 +71,7 @@ development container image that includes Hugo and Docsy. Additionally, a Git
71
71
submodule is used for tools that generate the reference documentation.
72
72
-->
73
73
Kubernetes 網站使用的是 [Docsy Hugo 主題](https://github.com/google/docsy#readme),
74
-
可以通過 npm 安裝。你也可以下載一個預設定的開發容器映像檔,其中包含 Hugo 和 Docsy。
74
+
可以通過 npm 安裝。你也可以下載一個預配置的開發容器鏡像,其中包含 Hugo 和 Docsy。
75
75
此外,Kubernetes 網站還使用了 Git 子模塊來管理生成參考文檔的工具。
76
76
77
77
<!--
@@ -156,7 +156,7 @@ Docker 允許的 CPU 和內存使用量。
156
156
Open up your browser to <http://localhost:1313> to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
157
157
-->
158
158
啓動瀏覽器,打開 <http://localhost:1313> 來查看網站。
159
-
當你對源檔案作出修改時,Hugo 會更新網站並強制瀏覽器執行刷新操作。
159
+
當你對源文件作出修改時,Hugo 會更新網站並強制瀏覽器執行刷新操作。
160
160
161
161
<!--
162
162
## Running the website locally using Hugo
@@ -218,9 +218,9 @@ To install dependencies, deploy and test the site locally, run:
218
218
<!--
219
219
This will start the local Hugo server on port 1313. Open up your browser to <http://localhost:1313> to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
220
220
-->
221
-
上述命令會在端口 1313 上啓動本地 Hugo 伺服器。
221
+
上述命令會在端口 1313 上啓動本地 Hugo 服務器。
222
222
啓動瀏覽器,打開 <http://localhost:1313> 來查看網站。
223
-
當你對源檔案作出修改時,Hugo 會更新網站並強制瀏覽器執行刷新操作。
223
+
當你對源文件作出修改時,Hugo 會更新網站並強制瀏覽器執行刷新操作。
224
224
225
225
<!--
226
226
## Building the API reference pages
@@ -259,7 +259,7 @@ To update the reference pages for a new Kubernetes release follow these steps:
259
259
<!--
260
260
3. In `api-ref-assets/config/`, adapt the files `toc.yaml` and `fields.yaml` to reflect the changes of the new release.
@@ -273,7 +273,7 @@ To update the reference pages for a new Kubernetes release follow these steps:
273
273
<!--
274
274
You can test the results locally by making and serving the site from a container image:
275
275
-->
276
-
你可以通過從容器映像檔創建和提供站點來在本地測試結果:
276
+
你可以通過從容器鏡像創建和提供站點來在本地測試結果:
277
277
278
278
```bash
279
279
make container-image
@@ -288,7 +288,7 @@ To update the reference pages for a new Kubernetes release follow these steps:
288
288
<!--
289
289
5. When all changes of the new contract are reflected into the configuration files `toc.yaml` and `fields.yaml`, create a Pull Request with the newly generated API reference pages.
290
290
-->
291
-
5.當所有新的更改都反映到設定檔案`toc.yaml` 和 `fields.yaml` 中時,使用新生成的 API
291
+
5.當所有新的更改都反映到配置文件`toc.yaml` 和 `fields.yaml` 中時,使用新生成的 API
292
292
參考頁面創建一個 Pull Request。
293
293
294
294
<!--
@@ -302,7 +302,7 @@ Hugo is shipped in two set of binaries for technical reasons. The current websit
302
302
303
303
### error: failed to transform resource: TOCSS: failed to transform "scss/main.scss" (text/x-scss): this feature is not available in your current Hugo version
0 commit comments