jekyll-apidocs

jekyll-apidocs

jekyll-apidocs

Usage

Make sure you have installed Ruby and Bundler.

# install dependencies
$ bundle install

# run a local server with auto rebuilding
$ jekyll server --watch

# build distribution version
$ jekyll build

# publish
$ jekyll deploy