-
The 0.x version |
Beta Was this translation helpful? Give feedback.
Answered by
kiaking
Jun 13, 2022
Replies: 3 comments 10 replies
-
same question here, hope it will be supported function sidebarConfig() {
return [
{
text: 'Config',
collapsible: true,
collapsed: true,
items: [
{ text: 'App Configs', link: '/config/app-configs' },
{ text: 'Theme Configs', link: '/config/theme-configs' },
{ text: 'Frontmatter Configs', link: '/config/frontmatter-configs' },
{
text: 'Introduction', collapsible: true,
collapsed: true,
items: [
{ text: 'Introduction', link: '/config/introduction' },
{ text: 'App Configs', link: '/config/app-configs' },
{ text: 'Theme Configs', link: '/config/theme-configs' },
{ text: 'Frontmatter Configs', link: '/config/frontmatter-configs' }
]
},
]
}
]
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
We're planning to support this 👍 |
Beta Was this translation helpful? Give feedback.
8 replies
Answer selected by
yizhi996
-
@liuliangsir Yes defintiely, our project is currently using nested sidebars. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're planning to support this 👍