rougail-output-doc/tests/docs/no_namespace/00_1empty_variable.adoc
2024-08-05 14:38:59 +02:00

31 lines
848 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.0'
empty:
----
== Variables
[cols="105a,105a",options="header"]
|====
| Variable | Description
|
**empty** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
Empty.
|====
== Example with mandatory variables not filled in
[,yaml]
----
empty: example
----
== Example with all variables modifiable
[,yaml]
----
empty: example
----