make the garbage sentence less confusing 🎉
This commit is contained in:
parent
cf63578ac1
commit
489f3ee2b0
|
@ -26,8 +26,8 @@ how configuration templates work yet, please read that page first.
|
||||||
|
|
||||||
User variables must first be defined in a `variables` section within your
|
User variables must first be defined in a `variables` section within your
|
||||||
template. Even if you want a variable to default to an empty string, it must be
|
template. Even if you want a variable to default to an empty string, it must be
|
||||||
defined. This explicitness helps reduce the onboarding time for newcomers to your
|
defined. This explicitness helps reduce the time it takes for newcomers to
|
||||||
template to understand what can be modified using variables in your template.
|
understand what can be modified using variables in your template.
|
||||||
|
|
||||||
The `variables` section is a key/value mapping of the variable name to a default
|
The `variables` section is a key/value mapping of the variable name to a default
|
||||||
value. A default value can be the empty string. An example is shown below:
|
value. A default value can be the empty string. An example is shown below:
|
||||||
|
|
Loading…
Reference in New Issue