From 51c31582d4e32fe17dcc3e877d4256ca8a868acc Mon Sep 17 00:00:00 2001 From: "Basile Trujilllo [L0gIn]" Date: Thu, 19 Oct 2017 15:27:33 +0200 Subject: [PATCH] Add symlink docs notes --- docs/providers/aws/guide/variables.md | 2 ++ docs/providers/azure/guide/variables.md | 2 ++ docs/providers/google/guide/variables.md | 2 ++ docs/providers/openwhisk/guide/variables.md | 2 ++ 4 files changed, 8 insertions(+) diff --git a/docs/providers/aws/guide/variables.md b/docs/providers/aws/guide/variables.md index 8de9760ee..36d52b8b9 100644 --- a/docs/providers/aws/guide/variables.md +++ b/docs/providers/aws/guide/variables.md @@ -258,6 +258,8 @@ functions: events: ${file(./myCustomFile.json):myevents ``` +**Note:** If the referenced file is a symlink, the targeted file will be read. + ## Reference Variables in Javascript Files You can reference JavaScript files to add dynamic data into your variables. diff --git a/docs/providers/azure/guide/variables.md b/docs/providers/azure/guide/variables.md index c442994c3..57648171b 100644 --- a/docs/providers/azure/guide/variables.md +++ b/docs/providers/azure/guide/variables.md @@ -113,6 +113,8 @@ functions: events: ${file(./myCustomFile.json):myevents ``` +**Note:** If the referenced file is a symlink, the targeted file will be read. + ## Reference Variables in JavaScript Files You can reference JavaScript files to add dynamic data into your variables. diff --git a/docs/providers/google/guide/variables.md b/docs/providers/google/guide/variables.md index e55cdb2f2..965107e18 100644 --- a/docs/providers/google/guide/variables.md +++ b/docs/providers/google/guide/variables.md @@ -116,6 +116,8 @@ functions: events: ${file(./myCustomFile.json):myevents ``` +**Note:** If the referenced file is a symlink, the targeted file will be read. + ## Reference Variables in JavaScript Files You can reference JavaScript files to add dynamic data into your variables. diff --git a/docs/providers/openwhisk/guide/variables.md b/docs/providers/openwhisk/guide/variables.md index 8219a7fad..0face2d85 100644 --- a/docs/providers/openwhisk/guide/variables.md +++ b/docs/providers/openwhisk/guide/variables.md @@ -135,6 +135,8 @@ functions: events: ${file(./myCustomFile.json):myevents ``` +**Note:** If the referenced file is a symlink, the targeted file will be read. + ## Reference Variables in Javascript Files You can reference JavaScript files to add dynamic data into your variables.