mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 13:37:04 +00:00
docs: integrations (#9171)
* docs: integrations framework * docs: integrations (wip) * docs: wip * docs: integrations & connections * docs: remove database folder * docs: warning about access permissions * docs: add new data source * docs: meta sync * docs: actions on data soruce * docs: update links * misc: data => Data * docs: fix review comments
This commit is contained in:
@@ -2,15 +2,15 @@
|
||||
const supportedDocs = [
|
||||
{
|
||||
title: 'Integrations',
|
||||
href: '',
|
||||
href: 'https://docs.nocodb.com/category/integrations',
|
||||
},
|
||||
{
|
||||
title: 'Create new connection',
|
||||
href: '',
|
||||
href: 'https://docs.nocodb.com/integrations/create-connection',
|
||||
},
|
||||
{
|
||||
title: 'Add new data source',
|
||||
href: '',
|
||||
title: 'Add new Data source',
|
||||
href: 'https://docs.nocodb.com/data-sources/connect-to-data-source',
|
||||
},
|
||||
] as {
|
||||
title: string
|
||||
|
||||
Reference in New Issue
Block a user