aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/doc/usage/template-repositories.en-us.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/doc/usage/template-repositories.en-us.md')
-rw-r--r--docs/content/doc/usage/template-repositories.en-us.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/doc/usage/template-repositories.en-us.md b/docs/content/doc/usage/template-repositories.en-us.md
index 0c278648b3..5687861b8c 100644
--- a/docs/content/doc/usage/template-repositories.en-us.md
+++ b/docs/content/doc/usage/template-repositories.en-us.md
@@ -51,6 +51,8 @@ a/b/c/d.json
In any file matched by the above globs, certain variables will be expanded.
+Matching filenames and paths can also be expanded, and are conservatively sanitized to support cross-platform filesystems.
+
All variables must be of the form `$VAR` or `${VAR}`. To escape an expansion, use a double `$$`, such as `$$VAR` or `$${VAR}`
| Variable | Expands To | Transformable |