2020-10-01 08:50:56 +00:00
|
|
|
# DB Integration docs
|
|
|
|
|
Create a appsmith-docs/db-integrations/<integratiom>.md file.
|
2020-12-17 10:05:51 +00:00
|
|
|
Follow the [asset-upload](./UploadingAssets.md) guidelines to upload and use an asset in docs.
|
2020-10-01 08:50:56 +00:00
|
|
|
|
|
|
|
|
## Action docs template
|
|
|
|
|
Copy paste this template
|
|
|
|
|
```
|
|
|
|
|
---
|
|
|
|
|
description: >-
|
|
|
|
|
Integration Description
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Integration Name
|
|
|
|
|
|
|
|
|
|
## Link to the official documentation
|
|
|
|
|
|
|
|
|
|
## Example of Passing Data from widgets
|
|
|
|
|
|
|
|
|
|
## Example of Displaying Data in widgets
|
|
|
|
|
```
|
|
|
|
|
|