docs: switch to dropdown menu

pull/247/head^2
Sylvie 6 months ago
parent 56219d046a
commit e83623dc7f
No known key found for this signature in database
GPG Key ID: 75AB0FE5B983A3AF

@ -10,7 +10,12 @@ export default defineConfig({
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Home', link: '/' },
{ text: 'Install', link: '/install/' }
{
text: 'Install', items: [
{ text: 'Docker', link: '/install/docker' },
{ text: 'Local', link: '/install/local' }
]
}
],
sidebar: [

Loading…
Cancel
Save