fix(sidebar): revert dev qa content

pull/3806/head
Henry Bley-Vroman 1 year ago
parent 16beebe7e3
commit c3b1c776aa

@ -60,32 +60,14 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
return [ return [
{ {
text: 'Introduction', text: 'Introduction',
collapsed: true, collapsed: false,
items: [
{
text: 'Group heading linked to "What is VitePress?"',
link: 'what-is-vitepress',
collapsed: true,
items: [
{
text: 'Another group heading linked to "What is VitePress?"',
link: 'what-is-vitepress',
collapsed: true,
items: [ items: [
{ { text: 'What is VitePress?', link: 'what-is-vitepress' },
text: 'What is VitePress?',
link: 'what-is-vitepress'
}
]
}
]
},
{ text: 'Getting Started', link: 'getting-started' }, { text: 'Getting Started', link: 'getting-started' },
{ text: 'Routing', link: 'routing' }, { text: 'Routing', link: 'routing' },
{ text: 'Deploy', link: 'deploy' } { text: 'Deploy', link: 'deploy' }
] ]
}, },
{ text: 'What is VitePress?', link: 'what-is-vitepress' },
{ {
text: 'Writing', text: 'Writing',
collapsed: false, collapsed: false,

Loading…
Cancel
Save