The docs site is a Jekyll site. To update, just update this docs director in the master branch (generally by merging a pull-request); no need to build, GitHub Pages will do that for us.
cd docs/
bundle install
bundle exec jekyll serve --watch --baseurl ''Now, visit localhost:4000.
- Update
/_data/navs.ymlwith your Table of Contents - Update
_config.yml, thedefaultskey, with your new version - Copy the previous version of docs under
docs/docsto a new directory named the new version - Start writing!