Add docs
This commit is contained in:
parent
7ce166501b
commit
41e7ef6863
2 changed files with 24 additions and 0 deletions
|
|
@ -201,6 +201,18 @@ The contents of the file can be:
|
|||
- [HTML5 History Mode](/history-mode)
|
||||
```
|
||||
|
||||
#### max-sub-level
|
||||
|
||||
Display TOC in the custom sidebar. The default value is 0.
|
||||
|
||||
|
||||
```html
|
||||
<script src="/lib/docsify.js" data-load-sidebar data-max-sub-level="4"></script>
|
||||
```
|
||||
|
||||

|
||||
|
||||
|
||||
#### load-navbar
|
||||
|
||||
Load navbar markdown file. If it is configured, load the current directory `_navbar.md` by default.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue