Skip to content

Commit af38fc7

Browse files
demoparkQingWei-Li
authored andcommitted
docs: translate zh-cn doc for more-pages.md (#310)
translate zh-cn doc for more-pages.md
1 parent 4f164e9 commit af38fc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/zh-cn/more-pages.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,25 +63,25 @@ docs/zh-cn/guide.md => http://domain.com/zh-cn/guide
6363
<script src="//unpkg.com/docsify"></script>
6464
```
6565

66-
## Ignoring Subheaders
66+
## 忽略副标题
6767

68-
When `subMaxLevel` is set, each header is automatically added to the table of contents by default. If you want to ignore a specific header, add `{docsify-ignore}` to it.
68+
当设置了 `subMaxLevel` 时,默认情况下每个标题都会自动添加到目录中。如果你想忽略特定的标题,可以给它添加 `{docsify-ignore}`
6969

7070
```markdown
7171
# Getting Started
7272

7373
## Header {docsify-ignore}
74-
This header won't appear in the sidebar table of contents.
74+
该标题不会出现在侧边栏的目录中。
7575
```
7676

77-
To ignore all headers on a specific page, you can use `{docsify-ignore-all}` on the first header of the page.
77+
要忽略特定页面上的所有标题,你可以在页面的第一个标题上使用 `{docsify-ignore-all}`
7878

7979
```markdown
8080
# Getting Started {docsify-ignore-all}
8181

8282
## Header
83-
This header won't appear in the sidebar table of contents.
83+
该标题不会出现在侧边栏的目录中。
8484
```
8585

86-
Both `{docsify-ignore}` and `{docsify-ignore-all}` will not be rendered on the page when used.
86+
在使用时, `{docsify-ignore}` `{docsify-ignore-all}` 都不会在页面上呈现。
8787

0 commit comments

Comments
 (0)