rougail-output-doc/tests/docs/base/16_5redefine_help.adoc
2024-08-05 14:38:59 +02:00

60 lines
1.3 KiB
Text

== dictionaries/rougail/01-base.yml
[,yaml]
----
version: '1.1'
family:
redefine: true
help: redefine help family ok
variable:
redefine: true
help: redefine help ok
----
== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
family:
description: a family
help: redefine help family
variable:
description: redefine help
help: redefine help
----
== Variables for "rougail"
=== a family
`basic`
Redefine help family ok.
[cols="105a,105a",options="header"]
|====
| Variable | Description
|
**rougail.family.variable** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` |
Redefine help. +
Redefine help ok.
|====
== Example with mandatory variables not filled in
[,yaml]
----
rougail:
family:
variable: example
----
== Example with all variables modifiable
[,yaml]
----
rougail:
family:
variable: example
----