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 [
{
text: 'Introduction',
collapsed: true,
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,
collapsed: false,
items: [
{
text: 'What is VitePress?',
link: 'what-is-vitepress'
}
]
}
]
},
{ text: 'What is VitePress?', link: 'what-is-vitepress' },
{ text: 'Getting Started', link: 'getting-started' },
{ text: 'Routing', link: 'routing' },
{ text: 'Deploy', link: 'deploy' }
]
},
{ text: 'What is VitePress?', link: 'what-is-vitepress' },
{
text: 'Writing',
collapsed: false,

Loading…
Cancel
Save