feat(airtable): add airtable integration

This commit is contained in:
Rıdvan Akca
2024-01-19 17:20:56 +03:00
parent 953c5a5b5b
commit c413ab030b
13 changed files with 283 additions and 1 deletions

View File

@@ -32,6 +32,12 @@ export default defineConfig({
],
sidebar: {
'/apps/': [
{
text: 'Airtable',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/airtable/connection' }],
},
{
text: 'Carbone',
collapsible: true,
@@ -305,7 +311,7 @@ export default defineConfig({
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/removebg/actions' },
{ text: 'Connection', link: '/apps/removebg/connection' }
{ text: 'Connection', link: '/apps/removebg/connection' },
],
},
{