rougail-output-doc/tests/docs/no_namespace/44_4leadership_mandatory_follower.adoc

40 lines
1.3 KiB
Text
Raw Permalink Normal View History

2024-07-10 21:27:48 +02:00
== dictionaries/rougail/00-base.yml
[,yaml]
----
version: '1.0'
leader:
description: a leadership
type: leadership
leader:
description: a leader
multi: true
mandatory: false
follower:
description: a follower
mandatory: true
----
== Variables
=== a leadership
`basic`
This family contains lists of variable blocks.
[cols="107a,107a",options="header"]
2024-07-10 21:27:48 +02:00
|====
| Variable | Description
2024-07-10 21:27:48 +02:00
|
**leader.leader** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `unique` `multiple` |
A leader.
2024-07-10 21:27:48 +02:00
|
**leader.follower** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `obligatoire` |
A follower.
2024-07-10 21:27:48 +02:00
|====