22 lines
428 B
Markdown
22 lines
428 B
Markdown
# DB Integration docs
|
|
Create a appsmith-docs/db-integrations/<integratiom>.md file.
|
|
Follow the [asset-upload](./asset-upload.md) guidelines to upload and use an asset in docs.
|
|
|
|
## 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
|
|
```
|
|
|