docs: add sidebar links for actions, getters and events

This commit is contained in:
bcakmakoglu
2022-06-19 22:33:48 +02:00
parent 9a72a5a0c1
commit d0d9a3459b
+17 -1
View File
@@ -58,7 +58,23 @@ export default {
'/guide/theming',
{
text: 'Vue Flow',
children: ['/guide/vue-flow/config', '/guide/vue-flow/state', '/guide/vue-flow/slots'],
children: [
'/guide/vue-flow/config',
'/guide/vue-flow/state',
{
text: 'Actions',
link: '/typedocs/interfaces/Actions',
},
{
text: 'Getters',
link: '/typedocs/interfaces/Getters',
},
{
text: 'Events',
link: '/typedocs/interfaces/FlowEvents'
},
'/guide/vue-flow/slots'
],
},
'/guide/node',
'/guide/edge',