fix duplicate maxLevel (#437)

This commit is contained in:
wangjingchao 2018-03-27 10:49:55 +08:00 committed by cinwell.li
parent 410efb2bc2
commit 62b7578468

View File

@ -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`