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:
parent
f81ec14da7
commit
2372eb3e23
1 changed files with 4 additions and 0 deletions
|
|
@ -17,6 +17,10 @@ export default defineConfig({
|
||||||
],
|
],
|
||||||
|
|
||||||
sidebar: [
|
sidebar: [
|
||||||
|
{
|
||||||
|
text: "Documentation",
|
||||||
|
link: '/docs/',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: "Getting Started",
|
text: "Getting Started",
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue