Replies: 2 comments
-
|
In my case problem solved by adding slash in the end of link: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks,
just started setting up vitepress with multiple sidebars and noticed the
indexpage never gets marked / highlighted as an active page.It doesn't matter if use the url
<foobar>/pwsh/or<foobar>/pwsh/indexsidebar.mjsdefinition:config.mjs:-- the repo structure looks like this:
Which link should be used for index (about) page in sidebars when der is already a
baseset? Already tested this:{ text: 'About', link: 'index' },{ text: 'About', link: '.' },{ text: 'About', link: './' },{ text: 'About', link: 'index' },{ text: 'About', link: './index' },{ text: 'About' },Beta Was this translation helpful? Give feedback.
All reactions