Skip to content

Commit f856ef6

Browse files
authored
Merge pull request #22033 from xieyanker/fix_note_format
Fix note format
2 parents bdeef64 + d3f6c8d commit f856ef6

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

content/zh/docs/contribute/intermediate.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,11 @@ has signed the CLA.
209209
-->
210210
如果 PR 拥有来自 Kubernetes 社区的任何人的 `/lgtm` 评论和来自 `sig-docs-maintainers` 组的 `/approve` 评论,只要它没有被 hold 并且作者已签署了 CLA,PR 就会被合并。
211211

212-
{{< note >}}
213212
<!--
214-
The ["Participating"](/docs/contribute/participating/#approvers) section contains more information for reviewers and approvers, including specific responsibilities for approvers. -->
213+
The ["Participating"](/docs/contribute/participating/#approvers) section contains more information for reviewers and approvers, including specific responsibilities for approvers.
214+
-->
215+
216+
{{< note >}}
215217
["参与"](/docs/contribute/participating/#approvers)部分包含有关 reviewers 和 approvers 的更多信息,包括 approvers 的具体职责。
216218
{{< /note >}}
217219

content/zh/docs/contribute/start.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,10 +256,12 @@ SIG Docs 团队交流采用如下机制:
256256
- 参与 [SIG Docs 视频周例会](https://github.com/kubernetes/community/tree/master/sig-docs),会通过 Slack 频道和邮件列表通知。
257257
目前通过 Zoom 进行会议,所以您需要下载 [Zoom 客户端](https://zoom.us/download),或者通过手机拨入。
258258

259-
{{< note >}}
260259
<!--
261-
You can also check the SIG Docs weekly meeting on the [Kubernetes community meetings calendar](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles).
262-
-->您也可以查看 [Kubernetes 社区会议日历](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles)。
260+
You can also check the SIG Docs weekly meeting on the [Kubernetes community meetings calendar](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles).
261+
-->
262+
263+
{{< note >}}
264+
您也可以查看 [Kubernetes 社区会议日历](https://calendar.google.com/calendar/embed?src=cgnt364vd8s86hr2phapfjc6uk%40group.calendar.google.com&ctz=America/Los_Angeles)
263265
{{< /note >}}
264266

265267
<!--
@@ -277,13 +279,15 @@ need more background in Git terminology.
277279
要改进现有的内容,您可以在创建 _fork_ 之后起草一个 _拉取请求(PR)_ 。这两个术语是 [Github 专用的](https://help.github.com/categories/collaborating-with-issues-and-pull-requests/)
278280
出于本主题的目的,您无需了解有关它们的所有信息,因为您可以通过浏览器做所有的事情。当您继续阅读[贡献者中级指南](/docs/contribute/intermediate/),您会需要更多 Git 术语的背景知识。
279281

280-
{{< note >}}
281282
<!--
282283
**Kubernetes code developers**: If you are documenting a new feature for an
283284
upcoming Kubernetes release, your process is a bit different. See
284285
[Document a feature](/docs/contribute/intermediate/#sig-members-documenting-new-features) for
285-
process guidelines and information about deadlines.
286-
-->**Kubernetes 代码开发者**:如果您在撰写 Kubernetes 新版本的新功能文档,流程会稍有不同。
286+
process guidelines and information about deadlines.
287+
-->
288+
289+
{{< note >}}
290+
**Kubernetes 代码开发者**:如果您在撰写 Kubernetes 新版本的新功能文档,流程会稍有不同。
287291
关于流程指南和最后期限的信息,请参阅[编写功能文档](/docs/contribute/intermediate/#sig-members-documenting-new-features)
288292
{{< /note >}}
289293

0 commit comments

Comments
 (0)