This documentation was created with Slate. Check it out at tripit.github.io/slate.
This repository contains developer docs for the PokitDok APIs
- Fork this repository on Github.
- Clone your forked repository (not our original one) to your machine with
git clone https://github.com/YOURUSERNAME/apidocs-v4.git
cd apidocs-v4
- Install all dependencies:
bundle install
- Start the test server:
bundle exec middleman server
Or use the included Dockerfile! (must install Docker first)
docker build -t slate .
docker run -d -p 4567:4567 slate
You can now see the docs at http://localhost:4567. Whoa! That was fast!
Note: if you're using the Docker setup on OSX, the docs will be
availalable at the output of boot2docker ip
instead of localhost:4567
.
Handy reference guide for editing slate markdown.
When you're done editing, send us a pull request.