docs: add handles section to guide

This commit is contained in:
braks
2024-06-13 11:27:08 +02:00
parent fe55415b2d
commit c30222eec3
2 changed files with 60 additions and 0 deletions
+1
View File
@@ -144,6 +144,7 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
{ text: 'Theming', link: '/guide/theming' },
{ text: 'Nodes', link: '/guide/node' },
{ text: 'Edges', link: '/guide/edge' },
{ text: 'Handles', link: '/guide/handle' },
{ text: 'Composables', link: '/guide/composables' },
{ text: 'Controlled Flow', link: '/guide/controlled-flow' },
],