Skip to content

Latest commit

 

History

History

README.md

Editing Documentation

To be able to edit the documentation and to get it running locally, you will need to install the following dependencies:

Ubuntu

sudo apt-get install ruby-full build-essential zlib1g-dev

Then changed into thedocs directory

cd docs

Then execute bundle install to install all Gems used within the directory

bundle install 

You can then execute the following

bundle exec jekyll serve