rougail-output-doc/tests/docs/examples/20_0multi_family_order.md

644 B

Table of Contents

dictionaries/rougail/00-base.yml

---
version: '1.1'
variable:  # a variable
family:  # a family
  variable1:  # a first variable
  subfamily:  # a sub family
    variable:  # a variable
  variable2:  # a second variable

Example with mandatory variables not filled in

---
rougail:
  variable: example
  family:
    variable1: example
    subfamily:
      variable: example
    variable2: example

Example with all variables modifiable

---
rougail:
  variable: example
  family:
    variable1: example
    subfamily:
      variable: example
    variable2: example