We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
侧边栏配置支持多侧边栏配置,希望导航栏也支持下
export default { themeConfig: { sidebar: { // 当用户位于 `guide` 目录时,会显示此侧边栏 '/guide/': [ { text: 'Guide', items: [ { text: 'Index', link: '/guide/' }, { text: 'One', link: '/guide/one' }, { text: 'Two', link: '/guide/two' } ] } ], // 当用户位于 `config` 目录时,会显示此侧边栏 '/config/': [ { text: 'Config', items: [ { text: 'Index', link: '/config/' }, { text: 'Three', link: '/config/three' }, { text: 'Four', link: '/config/four' } ] } ] } } }
和sidebar类似实现方式
No response
The text was updated successfully, but these errors were encountered:
有相同的诉求 #1008
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
侧边栏配置支持多侧边栏配置,希望导航栏也支持下
Describe the solution you'd like
和sidebar类似实现方式
Describe alternatives you've considered
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: