30 lines
597 B
Markdown
30 lines
597 B
Markdown
# Internal Function docs
|
|
|
|
Steps to contribute:
|
|
1. Create a appsmith-docs/function-reference/<action>.md file.
|
|
2. Follow the [asset-upload](UploadingAssets.md) guidelines to upload and use an asset in the docs.
|
|
|
|
## Functions docs template
|
|
Copy paste this template in the file you are updating
|
|
```bash
|
|
---
|
|
description: >-
|
|
Description of the function
|
|
---
|
|
|
|
# Action Name
|
|
|
|
## Signature
|
|
|
|
##
|
|
function signature of the action wrapped in code blocks
|
|
|
|
#### Arguments
|
|
|
|
| Argument Name | Description |
|
|
| :--- | :--- |
|
|
| **Argument Name** | Argument Description |
|
|
|
|
## Image / gif of the action used
|
|
```
|