Update and rename Actions.md to InternalFunctions.md

This commit is contained in:
Nikhil Nandagopal 2020-10-01 16:24:02 +05:30 committed by GitHub
parent 902bfa33dc
commit bf989a24db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,15 @@
# Action docs # Internal Function docs
Steps to contribute: Steps to contribute:
1. Create a appsmith-docs/action-reference/<action>.md file. 1. Create a appsmith-docs/action-reference/<action>.md file.
2. Follow the [asset-upload](UploadingAssets.md) guidelines to upload and use an asset in the docs. 2. Follow the [asset-upload](UploadingAssets.md) guidelines to upload and use an asset in the docs.
## Action docs template ## Functions docs template
Copy paste this template in the file you are updating Copy paste this template in the file you are updating
```bash ```bash
--- ---
description: >- description: >-
Description of the action Description of the function
--- ---
# Action Name # Action Name