We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa477ee commit 9c38395Copy full SHA for 9c38395
1 file changed
docs/.vitepress/config.mts
@@ -28,6 +28,7 @@ export default defineConfig({
28
{ text: 'Introduction', link: '/guide/' },
29
{ text: 'Architecture', link: '/guide/architecture' },
30
{ text: 'Quick Start', link: '/guide/getting-started' },
31
+ { text: 'Configuration', link: '/guide/configuration' },
32
{ text: 'Data Modeling', link: '/guide/data-modeling' },
33
]
34
},
@@ -44,6 +45,7 @@ export default defineConfig({
44
45
items: [
46
{ text: 'Writing Hooks', link: '/guide/logic-hooks' },
47
{ text: 'Custom Actions', link: '/guide/logic-actions' },
48
+ { text: 'Plugin System', link: '/guide/plugins' },
49
{ text: 'Building AI Apps', link: '/guide/ai' },
50
{ text: 'CLI Tools', link: '/guide/cli' }
51
0 commit comments