Skip to content

jd-alexander/api-public

 
 

Repository files navigation

Prerequisites

You're going to need:

  • Linux or OS X — Windows may work, but is unsupported.
  • Ruby, version 2.3.1 or newer
  • Bundler — If Ruby is already installed, but the bundle command doesn't work, just run gem install bundler in a terminal.

Getting Set Up

Document markdown source: ./source/index.html.md

bundle install
bundle exec middleman server

You can now see the docs at https://localhost:4567. Whoa! That was fast!

Deployment

./deploy.sh
git push origin gh-pages:gh-pages

Now that Slate is all set up on your machine, you'll probably want to learn more about editing Slate markdown, or how to publish your docs.

If you'd prefer to use Docker, instructions are available in the wiki.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.3%
  • CSS 7.6%
  • Ruby 1.6%
  • Shell 1.5%
  • HTML 1.0%