mirror of
https://gitee.com/docsifyjs/docsify.git
synced 2024-12-02 20:20:30 +08:00
fix duplicate maxLevel (#437)
This commit is contained in:
parent
410efb2bc2
commit
62b7578468
@ -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…
Reference in New Issue
Block a user