Results 3 comments of tarquin-the-brave

Yeah I totally agree. This is by no means "all the config docs". This is to serve as a complete schema reference. I'm proposing that we have a "Getting Started...

I've documented each possible field in the config. `cargo doc --no-deps` & open up in your browser to take a look. Next step would be to see how the main...

[I did some experimenting with another way of doing this](https://tarquin-the-brave.github.io/blog/posts/generating-config-reference-rust-cli/). Essentially generating a JSON Schema from the config structures then using an existing tool to do JSON Schema -> HTML...