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