Introduction¶
Styles are defined through a configuration
file usually found in the root
of the project.
Validation¶
You can validate your waku.yml
file by running:
JSON Schema¶
Waku also provides a JSON Schema for better editor support.
Or you can pin a specific version like v0.7.3
:
Simply add the $schema
property to your configuration
file:
Filenames¶
Here are the default filenames we look for:
waku.yml
waku.yaml
waku.json
template.yml
template.yaml
template.json
.waku.yml
.waku.yaml
.waku.json
.template.yml
.template.yaml
.template.json