1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-16 04:34:55 +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: [
{
text: "Documentation",
link: '/docs/',
},
{
text: "Getting Started",
items: [
{
text: "Introduction",
link: '/docs/',
},
{
text: 'Installation',
link: '/docs/installation/',