You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -428,11 +428,13 @@ window.$docsify = {
428
428
// it can look weird if you don't get to the top of the page.
429
429
auto2top:false
430
430
431
-
// Maximum Table of Contents (TOC) level.
431
+
// Maximum sidebar depth.
432
432
maxLevel:6,
433
433
434
-
// Add table of contents (TOC) in custom sidebar. Try a value of 2.
435
-
// This might only apply when using auto sidebar and not custom one.
434
+
// How many sub levels to show in the sidebar.
435
+
// This is useful for precision for a custom sidebar, but you can leave this out.
436
+
// Try a value of 2 to add subheadings. This is particularly useful if you have
437
+
// a lot of headings on a page.
436
438
subMaxLevel:0,
437
439
438
440
// Add your logo to the top of our sidebar menu.
@@ -447,7 +449,7 @@ window.$docsify = {
447
449
448
450
Configure the homepage settings. You might not need this, but in case you want to use a different homepage target. These recommendations come from the docs.
449
451
450
-
```js
452
+
```javascript
451
453
window.$docsify= {
452
454
// Change to /home.md rather than /README.md file.
0 commit comments