mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-20 09:56:48 +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: [
|
sidebar: [
|
||||||
{
|
|
||||||
text: "Documentation",
|
|
||||||
link: '/docs/',
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Getting Started",
|
text: "Getting Started",
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
text: "Introduction",
|
||||||
|
link: '/docs/',
|
||||||
|
},
|
||||||
{
|
{
|
||||||
text: 'Installation',
|
text: 'Installation',
|
||||||
link: '/docs/installation/',
|
link: '/docs/installation/',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue