Automatic slate docs generator from files supplied into the "in" folder. Typically those files are generated as side artifacts when tests are ran, and pasted in.
This ensures that API examples:
- are always up to date with latest tests
- never have typos / mismatches
- are generated programmatically, with no need for manual input
How it works:
- Run the tests in
dbricks-server
- Paste the artifacts into
in
- Run the rust binary
- Take the generated docs from
out
and paste intosource/includes/out
indbricks-docs
- 🚀