From 756200c2dbed8ee37fcc6f9891f336d69bf1034d Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Tue, 18 Jul 2023 05:19:36 +0200 Subject: [PATCH] .vitepress/config.ts: Move "Documentation" sidebar link to "Getting Started" and name it "Introduction". --- .vitepress/config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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/',