Skip to content

Commit aa5da65

Browse files
author
fabien.menager
committed
Fix links
1 parent 949f200 commit aa5da65

1 file changed

Lines changed: 17 additions & 3 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,28 @@ export default defineConfig({
2626

2727
// https://vitepress.dev/reference/default-theme-config
2828
nav: [
29-
{text: 'Home', link: '/'},
30-
{text: 'Documentation', link: '/documentation'},
29+
{
30+
text: 'Home',
31+
link: '/',
32+
},
33+
{
34+
text: 'Getting started',
35+
link: '/getting-started',
36+
},
37+
{
38+
text: 'Documentation',
39+
link: '/documentation',
40+
},
41+
{
42+
text: 'Limitations',
43+
link: '/limitations',
44+
},
3145
],
3246

3347
sidebar: [
3448
{
3549
text: 'Getting started',
36-
link: '/getting-started#installation',
50+
link: '/getting-started',
3751
},
3852
{
3953
text: 'Documentation',

0 commit comments

Comments
 (0)