Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.8k
docs: update sidebar link formatting#2577
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
vercelbot commentedJul 24, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
The latest updates on your projects. Learn more aboutVercel for Git ↗︎
|
Koooooo-7 left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I think the root cause may be the styling since thedisplay:none apply to all the nona elements.
As a single line in_sidebar.md , which does't as a group but a link, we need reconsider how to structure the sidebar and refine the css selector.
| &.collapse { |
&.collapse {>:not(a) {display: none; } }
|
5a49729 intodocsifyjs:developUh oh!
There was an error while loading.Please reload this page.
Summary
There are some issues with clicking on awesome and changelog.https://preview.docsifyjs.org/#/awesome
The solution is to remove the p tag from the top level
<li><p><a></a></p></li>.Related issue, if any:
What kind of change does this PR introduce?
Bugfix
For any code change,
Does this PR introduce a breaking change?
Yes
Tested in the following browsers: