To be able to edit the documentation and to get it running locally, you will need to install the following dependencies:
sudo apt-get install ruby-full build-essential zlib1g-devThen changed into thedocs directory
cd docsThen execute bundle install to install all Gems used within the directory
bundle install You can then execute the following
bundle exec jekyll serve