We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949f200 commit aa5da65Copy full SHA for aa5da65
1 file changed
docs/.vitepress/config.mts
@@ -26,14 +26,28 @@ export default defineConfig({
26
27
// https://vitepress.dev/reference/default-theme-config
28
nav: [
29
- {text: 'Home', link: '/'},
30
- {text: 'Documentation', link: '/documentation'},
+ {
+ 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
45
],
46
47
sidebar: [
48
{
49
text: 'Getting started',
- link: '/getting-started#installation',
50
51
},
52
53
text: 'Documentation',
0 commit comments