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
Ability to disable the showing of the navigation bar on the cover
What problem does this feature solve?
This feature request makes it so users have the ability to be able to not show the navigation bar on the cover, and have it only show on the normal pages.
What does the proposed API look like?
How should this be implemented in your opinion?
Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered:
This issue has been addressed by PR #2469. The changes will be available when Docsify v5 is released.
Once v5 is release, this issue can be resolved by modifying the following theme property:
:root {
--z-cover:20;
--z-app-nav:10;
}
Note that this solution will work best when onlyCover is true. When false, the sidebar navigation will only be visible after navigating to a page and hiding the cover page.
Feature request
Ability to disable the showing of the navigation bar on the cover
What problem does this feature solve?
This feature request makes it so users have the ability to be able to not show the navigation bar on the cover, and have it only show on the normal pages.
What does the proposed API look like?
How should this be implemented in your opinion?
Are you willing to work on this yourself?
The text was updated successfully, but these errors were encountered: