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:
parent
56f6c1b626
commit
756200c2db
1 changed files with 4 additions and 4 deletions
|
|
@ -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/',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue