Skip to content

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:

waku check

JSON Schema

Waku also provides a JSON Schema for better editor support.

https://waku.ngjx.org/static/schema.json

Or you can pin a specific version like v0.7.3:

https://raw.githubusercontent.com/caffeine-addictt/waku/v0.7.3/www/docs/static/schema.json

Simply add the $schema property to your configuration file:

Add the following to your waku.yml file as a comment

# yaml-language-server: $schema=https://waku.ngjx.org/static/schema.json
{
  "$schema": "https://waku.ngjx.org/static/schema.json"
}

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