Skip to content
forked from zincio/apidocs

Beautiful static documentation for your API

License

Notifications You must be signed in to change notification settings

Mephisztoe/apidocs

 
 

Repository files navigation

Zinc API Docs

Public API documentation for the Zinc API.

Deploying

1. Install prerequisites (first time only)

$> sudo apt-get install ruby ruby-dev
## Add gem to path by adding the following lines to .bashrc
export GEM_HOME=$HOME/.gems
export PATH=$PATH:$GEM_HOME/bin

$> gem install bundle
$> bundle install

2. Publish to docs.zincapi.com (every time you update docs)

$> rake publish

About

Beautiful static documentation for your API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.8%
  • CSS 17.3%
  • HTML 2.9%
  • Ruby 2.8%
  • Other 0.2%