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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hey folks,
just started setting up vitepress with multiple sidebars and noticed the
index
page never gets marked / highlighted as an active page.It doesn't matter if use the url
<foobar>/pwsh/
or<foobar>/pwsh/index
sidebar.mjs
definition:config.mjs
:-- the repo structure looks like this:
Which link should be used for index (about) page in sidebars when der is already a
base
set? 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