Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

includes

This field contains a list of YAML file paths to include.

Paths are relative to the directory of the current file. Each included file is loaded and processed as if its content were part of the including file. Included files share the same relpath context as the including file.

Unlike subdirs, which looks for laze.yml in subdirectories and adjusts relpath, includes loads files directly without changing the path context.

Example:

# in laze.yml
includes:
  - extra-modules.yml
  - generated.yml

apps:
  - name: my_app