From 264b326ca7fb3aab12cda2cea0a2b2a7f8eb17ba Mon Sep 17 00:00:00 2001 From: Nikhil Nandagopal Date: Thu, 1 Oct 2020 16:28:15 +0530 Subject: [PATCH] Update InternalFunctions.md --- contributions/docs/InternalFunctions.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/contributions/docs/InternalFunctions.md b/contributions/docs/InternalFunctions.md index e7a123798e..0b27a73343 100644 --- a/contributions/docs/InternalFunctions.md +++ b/contributions/docs/InternalFunctions.md @@ -1,7 +1,7 @@ # Internal Function docs Steps to contribute: -1. Create a appsmith-docs/function-reference/.md file. +1. Create a appsmith-docs/function-reference/.md file. 2. Follow the [asset-upload](UploadingAssets.md) guidelines to upload and use an asset in the docs. ## Functions docs template @@ -12,12 +12,12 @@ description: >- Description of the function --- -# Action Name +# Function Name ## Signature ## - function signature of the action wrapped in code blocks + function signature wrapped in code blocks #### Arguments @@ -25,5 +25,8 @@ description: >- | :--- | :--- | | **Argument Name** | Argument Description | -## Image / gif of the action used +## Image / gif of the function being used ``` + +[Example Doc](https://github.com/appsmithorg/appsmith-docs/blob/v1.2/function-reference/show-modal.md) +