docs: add sidebar links for actions, getters and events
This commit is contained in:
@@ -58,7 +58,23 @@ export default {
|
|||||||
'/guide/theming',
|
'/guide/theming',
|
||||||
{
|
{
|
||||||
text: 'Vue Flow',
|
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/node',
|
||||||
'/guide/edge',
|
'/guide/edge',
|
||||||
|
|||||||
Reference in New Issue
Block a user