1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-20 09:56:48 +02:00

.vitepress/config.ts: Move "Documentation" sidebar link to "Getting Started" and name it "Introduction".

This commit is contained in:
Henrik Hautakoski 2023-07-18 05:19:36 +02:00
parent 56f6c1b626
commit 756200c2db

View file

@ -18,13 +18,13 @@ export default defineConfig({
], ],
sidebar: [ sidebar: [
{
text: "Documentation",
link: '/docs/',
},
{ {
text: "Getting Started", text: "Getting Started",
items: [ items: [
{
text: "Introduction",
link: '/docs/',
},
{ {
text: 'Installation', text: 'Installation',
link: '/docs/installation/', link: '/docs/installation/',