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
@@ -277,6 +275,7 @@ SIG Docs communicates with different methods:
277
275
参与 SIG Docs 是 Kubernetes 贡献者(开发者和其他人员)对 Kubernetes 项目产生重大影响力的好方式。
278
276
279
277
SIG Docs 的几种沟通方式:
278
+
280
279
<!--
281
280
- [Join `#sig-docs` on the Kubernetes Slack instance](http://slack.k8s.io/). Make sure to
282
281
introduce yourself!
@@ -285,9 +284,9 @@ SIG Docs 的几种沟通方式:
285
284
- Join the [SIG Docs video meeting](http://github.com/kubernetes/community/tree/master/sig-docs) held every two weeks. Meetings are always announced on `#sig-docs` and added to the [Kubernetes community meetings calendar](http://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles). You'll need to download the [Zoom client](http://zoom.us/download) or dial in using a phone.
286
285
- Join the SIG Docs async Slack standup meeting on those weeks when the in-person Zoom video meeting does not take place. Meetings are always announced on `#sig-docs`. You can contribute to any one of the threads up to 24 hours after meeting announcement.
You can use [htmltest](http://github.com/wjdp/htmltest) to check for broken links in [`/content/en/`](http://git.k8s.io/website/content/en/). This is useful when refactoring sections of content, moving pages around, or renaming files or page headers.
`htmltest` scans links in the generated HTML files of the kubernetes website repository. It runs using a `make` command which does the following:
20
-
-->
21
-
`htmltest` 会扫描 kubernetes website 仓库构建生成的 HTML 文件。通过执行 `make` 命令进行了下列操作:
20
+
-->
21
+
`htmltest` 会扫描 Kubernetes website 仓库构建生成的 HTML 文件。通过执行 `make` 命令进行了下列操作:
22
22
23
23
<!--
24
24
- Builds the site and generates output HTML in the `/public` directory of your local `kubernetes/website` repository
@@ -33,15 +33,15 @@ You can use [htmltest](http://github.com/wjdp/htmltest) to check for broken lin
33
33
34
34
<!--
35
35
## What it does and doesn't check
36
-
-->
37
-
## 哪些链接不会检查
36
+
-->
37
+
## 哪些链接不会检查 {#what-it-does-and-doesnot-check}
38
38
39
39
<!--
40
40
The link checker scans generated HTML files, not raw Markdown. The htmltest tool depends on a configuration file, [`.htmltest.yml`](http://git.k8s.io/website/.htmltest.yml), to determine which content to examine.
41
41
42
42
The link checker scans the following:
43
-
-->
44
-
该链接检查器扫描生成的 HTML 文件,而非原始的 Markdown. 该 htmltest 工具依赖于配置文件
43
+
-->
44
+
该链接检查器扫描生成的 HTML 文件,而非原始的 Markdown。该 htmltest 工具依赖于配置文件
0 commit comments