WP-API Documentation Site

This repository is the source for WP-API's documentation. We're working on making this documentation the best in the world, but we're not there yet!

Running locally

We recommend using Vagrant. Here's how you do that:

$ vagrant up
$ vagrant ssh

# Following commands are now executed on the box
# These install everything you need
$ cd /vagrant
$ sudo apt-get update
$ sudo apt-get install ruby1.9.3 rubygems make
$ sudo gem install bundler
$ bundle install

# To run the site:
$ jekyll serve