Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions bundles/org.openhab.io.yamlcomposer/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
---
children:
- ["doc/basics", "YAML Basics"]
- ["doc/variables", "Variables"]
- ["doc/conditionals", "Conditionals"]
- ["doc/include", "Include"]
- ["doc/templates", "Templates"]
- ["doc/packages", "Packages"]
- ["doc/anchors", "Anchors and Aliases"]
- ["doc/merge-keys", "Merge Keys"]
---

# YAML Composer

YAML Composer introduces extended YAML features that make openHAB configuration more modular, reusable, and maintainable. These features let you structure configuration as composable building blocks rather than large, repetitive files.
Expand Down
Loading