Skip to content

Commit 62b7578

Browse files
dalphyxQingWei-Li
authored andcommitted
fix duplicate maxLevel (docsifyjs#437)
1 parent 410efb2 commit 62b7578

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

docs/zh-cn/configuration.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ window.$docsify = {
4040
};
4141
```
4242

43-
## max-level
43+
## maxLevel
4444

4545
* 类型:`Number`
4646
* 默认值: `6`
@@ -53,19 +53,6 @@ window.$docsify = {
5353
};
5454
```
5555

56-
## maxLevel
57-
58-
* Type: `Number`
59-
* Default: `6`
60-
61-
Maximum Table of content level.
62-
63-
```js
64-
window.$docsify = {
65-
maxLevel: 4
66-
};
67-
```
68-
6956
## loadNavbar
7057

7158
* 类型:`Boolean|String`

0 commit comments

Comments
 (0)