docsifyjs/docsify
when onlyCover is true, also provide an option to show the menu.
已關閉
#1,249 建立於 2020年6月26日
enhancementgood first Issuepr welcomesemver-minor
倉庫指標
- 星標
- (26,454 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Continuing from https://github.com/docsifyjs/docsify/issues/1173#event-3485443350
Feature request
When only onlyCover is true, it would be great to have an option to show the menu (and of course the menu should not be empty).
What problem does this feature solve?
Allows people to skip to content faster.
What does the proposed API look like?
window.$docsify = {
onlyCover: true,
onlyCoverShowMenu: true, // false by default
}