mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 10:47:30 +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:
@@ -168,7 +168,12 @@ const handleAddIntegration = (category: IntegrationCategoryType, integration: In
|
||||
>
|
||||
<div class="flex-1">
|
||||
<div class="text-sm font-normal text-gray-600 mb-2">
|
||||
<div>Connect integrations with NocoDB. <a target="_blank" rel="noopener noreferrer"> Learn more </a></div>
|
||||
<div>
|
||||
Connect integrations with NocoDB.
|
||||
<a href="https://docs.nocodb.com/category/integrations" target="_blank" rel="noopener noreferrer"
|
||||
>Learn more</a
|
||||
>
|
||||
</div>
|
||||
</div>
|
||||
<a-input
|
||||
v-model:value="searchQuery"
|
||||
@@ -183,7 +188,7 @@ const handleAddIntegration = (category: IntegrationCategoryType, integration: In
|
||||
</a-input>
|
||||
</div>
|
||||
<NcButton type="ghost" size="small" class="!text-primary" @click="requestIntegration.isOpen = true">
|
||||
Request integration
|
||||
Request Integration
|
||||
</NcButton>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user