The idea here is to give developers a way to specify a set of YAML data within an /api directory, which, at build time, will compile to JSON in the /public directory.
Some things to consider (ideas, not requirements):
- recursive compilation of files within subfolders?
- establish a convention for merging
index.yml files into every other data file in the same folder?