1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos-docs synced 2026-06-19 05:00:03 +02:00

.vitepress/config.ts: Add documentation root link.

This commit is contained in:
Henrik Hautakoski 2023-07-07 09:08:34 +02:00
parent f81ec14da7
commit 2372eb3e23

View file

@ -17,6 +17,10 @@ export default defineConfig({
], ],
sidebar: [ sidebar: [
{
text: "Documentation",
link: '/docs/',
},
{ {
text: "Getting Started", text: "Getting Started",
collapsed: true, collapsed: true,