rougail-output-doc/tests/changelog/20mod_examples/before/rougail/00-base.yml

19 lines
238 B
YAML
Raw Normal View History

2025-10-14 12:58:39 +02:00
%YAML 1.2
---
version: 1.1
variable_1:
description: the first variable
examples:
- val_1
- val_2
variable_2: val1 # the second variable
variable_3:
description: the third variable
examples:
- val_1
- val_2
...