Skip to content

Commit 0d6aad4

Browse files
committed
Change onlyCover to true, added option to show menu
1 parent 2a52460 commit 0d6aad4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,8 @@ Only coverpage is loaded when visiting the home page.
513513

514514
```js
515515
window.$docsify = {
516-
onlyCover: false,
516+
onlyCover: true,
517+
onlyCoverShowMenu: true,
517518
};
518519
```
519520

0 commit comments

Comments
 (0)