-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Sidebar should update in sub-folders #785
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
Comments
#669 ,you can see see |
try this
|
☝️ @aaroncaito's solution will work. It's dependent on the order in which you register your navigation items. Reverse it so your global items come last so they're not picked up first. |
We're closing this issue as stale as it's more than 20 days without activity, and without an associated Pull Request. Please feel free to continue discussion. We'll reopen this issue if anything actionable is posted. |
Uh oh!
There was an error while loading. Please reload this page.
Feature request
Say I have a structure like this:

and my
config.js
file looks like:I only get to see the sidebar of the
/wiki/
directory. When I am in the/vscode/
directory, I want to see the sidebar I defined. Unfortunately all the sidebars under/wiki/
are the same/wiki/
sidebar. The sidebar should be updated on every sub-folderWhat problem does this feature solve?
Allows for sub-folders to have unique sidebars
What does the proposed API look like?
Nothing would have to change about
config.js
, although it might help to allow for nesting likeHow should this be implemented in your opinion?
Similarly to how it is already implemented
Are you willing to work on this yourself?**
I would be willing if I knew where to look.
The text was updated successfully, but these errors were encountered: