This API documentation is based on the open-source Slate project. You can read the original readme [./README.md]
To edit the API doc, simply modify [./source/index.html.md]
You should need to do this only once per machine.
brew install ruby23
IMPORTANT: Slate currently does not work with Ruby 2.4
bundle install
bundle exec middleman server
Your local docs should now be available at http://localhost:4567
Codeship will automatically deploy once you merge into the master branch