Documentation
The documentation uses Jekyll with the Just the Docs theme and is hosted on github pages.
Building the Documentation Locally
-
First build the documentation:
foo@bar:~$ cd docs foo@bar:~$ bundle install # Install dependencies (only needs to be done once) foo@bar:~$ bundle exec jekyll serve # Start the documentation webserver -
Then open http://localhost:4000 in your browser.