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 c0a8cb0 commit 770d6c4Copy full SHA for 770d6c4
docs/.vitepress/config.mjs
@@ -37,9 +37,10 @@ export default defineConfig({
37
{
38
text: 'Guide', items: [
39
{ text: 'Getting Started', link: '/get_started/about' },
40
- { text: 'Development', link: '/development/general' },
+ { text: 'Cookbook', link: '/development/general' },
41
{ text: 'Configuration', link: '/configuration/setup' },
42
- { text: 'Advanced', link: '/advanced/advanced' },
+ { text: 'Advanced Topics', link: '/advanced/advanced' },
43
+ { text: 'Technical Background', link: '/technical/concept' },
44
{ text: 'Resources', link: '/resources/resources' },
45
]
46
},
0 commit comments