rougail-output-doc/tests/docs/no_namespace/16_5redefine_hidden.adoc

17 lines
234 B
Text

== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.1'
variable: no # a variable
----
== dictionaries/rougail/01-redefine.yml
[,yaml]
----
version: '1.1'
variable:
redefine: true
hidden: true
mandatory: false
----