diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 80300ea..89ff149 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -18,13 +18,13 @@ export default defineConfig({ ], sidebar: [ - { - text: "Documentation", - link: '/docs/', - }, { text: "Getting Started", items: [ + { + text: "Introduction", + link: '/docs/', + }, { text: 'Installation', link: '/docs/installation/',