Replies: 1 comment 4 replies
-
Please provide me your config. It should look like this. export default {
themeConfig: {
sidebar: [
{
text: 'Level 1',
items: [
{
text: 'Level 2',
items: [
{
text: 'Level 3',
items: [
...
]
}
]
}
]
}
]
}
} |
Beta Was this translation helpful? Give feedback.
4 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.
-
Multilevel side has been reworked, i know.
I now try to remake my old version to new, but i cant get it working like it is showcased in Demo picture from this Pull:
#1835
Thank you
Beta Was this translation helpful? Give feedback.
All reactions