diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index bb28634..91ac148 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -123,12 +123,12 @@ function sidebarPrimary(): DefaultTheme.SidebarItem[] { items: [ { text: 'Playground', link: '/playground' }, { text: 'CLI Reference', link: '/cli/' }, - { text: 'Tools & Playgrounds', link: '/ecosystem/tools-and-playgrounds' }, ], }, { text: 'Ecosystem', items: [ + { text: 'Tools & Playgrounds', link: '/ecosystem/tools-and-playgrounds' }, { text: 'Implementations', link: '/ecosystem/implementations' }, ], },