feat(miro): add create board action

This commit is contained in:
Rıdvan Akca
2023-09-25 15:20:34 +03:00
committed by Faruk AYDIN
parent fa8ac0a8ba
commit 221aa8687f
8 changed files with 141 additions and 0 deletions

View File

@@ -178,6 +178,15 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/mattermost/connection' },
],
},
{
text: 'Miro',
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/miro/actions' },
{ text: 'Connection', link: '/apps/miro/connection' },
],
},
{
text: 'Notion',
collapsible: true,