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:
Raju Udava
2024-08-07 22:07:15 +05:30
committed by GitHub
parent a5d0ad7dbd
commit 4bb8911171
37 changed files with 301 additions and 122 deletions

View File

@@ -1087,7 +1087,7 @@ watch(
</template>
<div class="flex flex-col gap-2">
<div>Connection JSON</div>
<div>Edit Connection JSON</div>
<div class="border-1 border-gray-200 !rounded-lg shadow-sm overflow-hidden">
<MonacoEditor v-model="customJsonFormState" class="nc-connection-json-editor h-[400px] w-full" />
</div>