This commit is contained in:
Mike Farah
2021-11-16 15:29:16 +11:00
parent a17c97b515
commit 9397ccef63
9 changed files with 272 additions and 8 deletions
+13
View File
@@ -0,0 +1,13 @@
# Load
The `load`/`strload` operator allows you to load in content from another file referenced in your yaml document.
Note that you can use string operators like `+` and `sub` to modify the value in the yaml file to a path that exists in your system.
Lets say there is a file `../../examples/thing.yml`:
```yaml
a: apple is included
b: cool
```