To test the documentation locally:
-
Local install of Jekyll:
$ gem install bundler $ cat <<EOT > Gemfile source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins EOT $ bundle install
-
Server the
docs
locally :$ cd docs/ $ bundle exec jekyll serve