Skip to content

Commit 9c38395

Browse files
committed
Add new docs links for Configuration and Plugin System
Added 'Configuration' and 'Plugin System' links to the VitePress sidebar navigation to improve documentation accessibility and structure.
1 parent aa477ee commit 9c38395

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/.vitepress/config.mts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export default defineConfig({
2828
{ text: 'Introduction', link: '/guide/' },
2929
{ text: 'Architecture', link: '/guide/architecture' },
3030
{ text: 'Quick Start', link: '/guide/getting-started' },
31+
{ text: 'Configuration', link: '/guide/configuration' },
3132
{ text: 'Data Modeling', link: '/guide/data-modeling' },
3233
]
3334
},
@@ -44,6 +45,7 @@ export default defineConfig({
4445
items: [
4546
{ text: 'Writing Hooks', link: '/guide/logic-hooks' },
4647
{ text: 'Custom Actions', link: '/guide/logic-actions' },
48+
{ text: 'Plugin System', link: '/guide/plugins' },
4749
{ text: 'Building AI Apps', link: '/guide/ai' },
4850
{ text: 'CLI Tools', link: '/guide/cli' }
4951
]

0 commit comments

Comments
 (0)