fix duplicate maxLevel (#437)
This commit is contained in:
parent
410efb2bc2
commit
62b7578468
1 changed files with 1 additions and 14 deletions
|
|
@ -40,7 +40,7 @@ window.$docsify = {
|
|||
};
|
||||
```
|
||||
|
||||
## max-level
|
||||
## maxLevel
|
||||
|
||||
* 类型:`Number`
|
||||
* 默认值: `6`
|
||||
|
|
@ -53,19 +53,6 @@ window.$docsify = {
|
|||
};
|
||||
```
|
||||
|
||||
## maxLevel
|
||||
|
||||
* Type: `Number`
|
||||
* Default: `6`
|
||||
|
||||
Maximum Table of content level.
|
||||
|
||||
```js
|
||||
window.$docsify = {
|
||||
maxLevel: 4
|
||||
};
|
||||
```
|
||||
|
||||
## loadNavbar
|
||||
|
||||
* 类型:`Boolean|String`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue