The documentation is online, and can be found at: https://egendata.github.io/docs
Install the Hugo site generator
hugo server
Visit http://localhost:1313
hugo
The static site ends up in ./public
Changes to the documentation are made to /content.
When a change is pushed to master, either via a direct push, or via a PR, Travis builds a new version of the docs.
The new build (and only the build) is then deployed to the branch gh-pages in order to keep the commit-history on master
clean.