Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.
/ apidocs-v4 Public archive
forked from sbakhshi/apidocs-v4

Documentation for the PokitDok Platform APIs

License

Notifications You must be signed in to change notification settings

headway/apidocs-v4

 
 

Repository files navigation

PokitDok API Documentation

This documentation was created with Slate. Check it out at tripit.github.io/slate.

This repository contains developer docs for the PokitDok APIs

Found a bug? Want to help update these docs? Excellent!

  1. Fork this repository on Github.
  2. Clone your forked repository (not our original one) to your machine with git clone https://github.com/YOURUSERNAME/apidocs-v4.git
  3. cd apidocs-v4
  4. Install all dependencies: bundle install
  5. 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.

About

Documentation for the PokitDok Platform APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.7%
  • CSS 19.4%
  • HTML 7.1%
  • Ruby 2.8%