28 lines
586 B
Markdown
28 lines
586 B
Markdown
# Action docs
|
|
|
|
Steps to contribute:
|
|
1. Create a appsmith-docs/actions/<action>.md file.
|
|
2. Follow the [asset-upload](UploadingAssets.md) guidelines to upload and use an asset in the docs.
|
|
|
|
## Action docs template
|
|
Copy paste this template in the file you are updating
|
|
```
|
|
---
|
|
description: >-
|
|
Action Description
|
|
---
|
|
|
|
# ActionName
|
|
|
|
## Parameters
|
|
| Param | Description |
|
|
| :--------- | :----------------- |
|
|
| **param1** | param1 description |
|
|
| **param2** | param2 description |
|
|
| **param3** | param3 description |
|
|
|
|
## Image/gif of the action used in a widget
|
|
|
|
## Example
|
|
```
|