1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-09 22:49:15 +00:00

update doc

This commit is contained in:
deadc0de6
2022-09-03 14:26:02 +02:00
parent 7974939e68
commit 1de3a29f1c
2 changed files with 4 additions and 3 deletions

1
docs/config-file.md vendored
View File

@@ -44,6 +44,7 @@ The following variables are available in the config files:
* [User variables defined in the config](config-variables.md)
* [Profile variables defined in the config](config-profiles.md#profile-variables-entry)
* Environment variables: `{{@@ env['MY_VAR'] @@}}`
* The [enriched variables](templating.md#enriched-variables)
* Dotdrop header: `{{@@ header() @@}}` (see [Dotdrop header](templating.md#dotdrop-header))
as well as all [template methods](templating.md#template-methods) and [template filters](templating.md#template-filters).