feat(bigin-by-zoho-crm): add bigin by zoho crm integration

This commit is contained in:
Rıdvan Akca
2024-02-19 17:23:26 +03:00
parent 024c7476c7
commit b7e38f9d1c
15 changed files with 334 additions and 1 deletions

View File

@@ -32,6 +32,14 @@ export default defineConfig({
],
sidebar: {
'/apps/': [
{
text: 'Bigin By Zoho CRM',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/bigin-by-zoho-crm/connection' },
],
},
{
text: 'Carbone',
collapsible: true,
@@ -305,7 +313,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' },
],
},
{