feat(monday): add monday integration

This commit is contained in:
Rıdvan Akca
2024-05-03 14:04:57 +02:00
parent 788530be45
commit 2295507a2c
9 changed files with 106 additions and 0 deletions

View File

@@ -224,6 +224,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/miro/connection' },
],
},
{
text: 'Monday',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/monday/connection' }],
},
{
text: 'Notion',
collapsible: true,