Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to disable the showing of the navigation bar on the cover #1375

Closed
kennykantisiri opened this issue Sep 18, 2020 · 1 comment · Fixed by #2469
Closed

Ability to disable the showing of the navigation bar on the cover #1375

kennykantisiri opened this issue Sep 18, 2020 · 1 comment · Fixed by #2469
Assignees
Milestone

Comments

@kennykantisiri
Copy link

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?

@sy-records sy-records self-assigned this Sep 18, 2020
@sy-records sy-records removed their assignment Oct 26, 2020
@jhildenbiddle jhildenbiddle added this to the 5.x milestone Jun 16, 2024
@jhildenbiddle jhildenbiddle self-assigned this Jun 16, 2024
@jhildenbiddle jhildenbiddle linked a pull request Jul 19, 2024 that will close this issue
6 tasks
@jhildenbiddle
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants