feat(appwrite): add appwrite integration

This commit is contained in:
Rıdvan Akca
2024-01-25 12:40:08 +03:00
committed by Ali BARIN
parent bb73f90374
commit 9dc82290b5
10 changed files with 152 additions and 0 deletions

View File

@@ -41,6 +41,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/airtable/connection' },
],
},
{
text: 'Appwrite',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/appwrite/connection' }],
},
{
text: 'Carbone',
collapsible: true,