docs: fix links for docsearch

This commit is contained in:
bcakmakoglu
2022-06-23 19:13:50 +02:00
committed by Braks
parent 4e431a17b6
commit 345cf9bc38
4 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -63,15 +63,15 @@ export default {
'/guide/vue-flow/state',
{
text: 'Actions',
link: '/typedocs/interfaces/Actions',
link: '/typedocs/interfaces/Actions.html',
},
{
text: 'Getters',
link: '/typedocs/interfaces/Getters',
link: '/typedocs/interfaces/Getters.html',
},
{
text: 'Events',
link: '/typedocs/interfaces/FlowEvents'
link: '/typedocs/interfaces/FlowEvents.html'
},
'/guide/vue-flow/slots'
],