Add symlink docs notes

This commit is contained in:
Basile Trujilllo [L0gIn] 2017-10-19 15:27:33 +02:00
parent c6d204bd88
commit 51c31582d4
4 changed files with 8 additions and 0 deletions

View File

@ -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.

View File

@ -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.

View File

@ -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.

View File

@ -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.