Added documentation for configuration and planned out a redesigned architecture.

This commit is contained in:
Jonathan Bernard
2017-03-05 23:01:06 -06:00
parent 73e502f8a9
commit a5b4d7d3eb
2 changed files with 209 additions and 2 deletions

6
TODO.md Normal file
View File

@ -0,0 +1,6 @@
* Write a tool to convert JSON Schema into a human-readable format suitable for
documentation. Should use the description, title, and other fields from the
JSON spec. Use this for writing the JSON schema docs instead of duplicating
the description of configuration files between JSON schema and the
documentation. In other words, use the schemas as the single source of truth
and generate everything else from that.