mirror of
https://github.com/zhigang1992/docsify.git
synced 2026-03-28 07:58:18 +08:00
fix duplicate maxLevel (#437)
This commit is contained in:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user