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 1fed86b commit 6dc77c3Copy full SHA for 6dc77c3
docs/.vitepress/config.mjs
@@ -35,8 +35,8 @@ export default defineConfig({
35
nav: [
36
{
37
text: 'Guide', items: [
38
- { text: 'Getting Started', link: '/get_started/get_started' },
39
- { text: 'Development', link: '/development/development' },
+ { text: 'Getting Started', link: '/get_started/about' },
+ { text: 'Development', link: '/development/general' },
40
{ text: 'Configuration', link: '/configuration/configuration' },
41
{ text: 'Advanced', link: '/advanced/advanced' },
42
{ text: 'Resources', link: '/resources/resources' },
0 commit comments