From c3b1c776aab60194eaae76dd9db0a9524b5737ad Mon Sep 17 00:00:00 2001 From: Henry Bley-Vroman Date: Mon, 27 May 2024 12:27:27 -1000 Subject: [PATCH] fix(sidebar): revert dev qa content --- docs/.vitepress/config/en.ts | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/docs/.vitepress/config/en.ts b/docs/.vitepress/config/en.ts index ee306b58..1f619347 100644 --- a/docs/.vitepress/config/en.ts +++ b/docs/.vitepress/config/en.ts @@ -60,32 +60,14 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] { return [ { 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: [ - { - 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,