Skip to content

dbricks-xyz/json2slate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  1. Run the tests in dbricks-server
  2. Paste the artifacts into in
  3. Run the rust binary
  4. Take the generated docs from out and paste into source/includes/out in dbricks-docs
  5. 🚀

About

use a json file to update an instance of https:/slatedocs/slate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages