feat(monday): add monday integration

This commit is contained in:
Rıdvan Akca
2024-05-03 14:04:57 +02:00
committed by Jakub P.
parent 36e94ec0ad
commit 53b92cfc00
9 changed files with 106 additions and 0 deletions

View File

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