Replies: 1 comment
-
That looks like vuepress/vitepress v0 syntax. Refer the docs for latest syntax: https://vitepress.dev/reference/default-theme-sidebar |
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.
-
I'm trying to represent my folder tree in the sidebar but when I click on one of the
Group
parent elements, the children elements are not rendered.Another thing that's weird is that the
Group
elements have nocursor: pointer
css property, like you would expect on a clickable object. This is my.vitepress/config.ts
I've also commented out the
layout
fromroot/index.md
so that the sidebar is visible on the landing page (if that is relevant):This is the default layout of vitepress. I've implemented a custom layout but ended up having exactly the same issue.
Beta Was this translation helpful? Give feedback.
All reactions