Add root (`modules`) key to CONFIGURATION.md (#1009)
authorDaz Wilkin <DazWilkin@users.noreply.github.com>
Fri, 23 Dec 2022 06:04:15 +0000 (22:04 -0800)
committerGitHub <noreply@github.com>
Fri, 23 Dec 2022 06:04:15 +0000 (11:34 +0530)
commit0e53c3c2700606007672b52091e49007d98532fa
tree3ec5c76e1d24c29194bc5d7129dd35a10b2e2681
parent9677c0a50da7c07d2e006474e4a5009093085bcf
Add root (`modules`) key to CONFIGURATION.md (#1009)

* Add root (`modules`) key to CONFIGURATION.md

The Exporter configuration is complicated by the omission of the root (`modules`) key from the configuration document.

Not only must configuration begin with `modules` but each module is a map of module names to module values.

I think I've correctly reflected this here using the document's schema.

Signed-off-by: Daz Wilkin <DazWilkin@users.noreply.github.com>
* link to example.yml

Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Signed-off-by: Daz Wilkin <DazWilkin@users.noreply.github.com>
Signed-off-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
Co-authored-by: Suraj Nath <9503187+electron0zero@users.noreply.github.com>
CONFIGURATION.md