Deploy the present documentation
The documentation is produced with :
Local deployment of the documentation project
-
Install ruby, Jekyll
brew install ruby gem install jekyll -
Install setup (given the
Gemfile,Gemfile.lockand_config.ymlfiles)gem install bundler bundle bundle install bundle update -
Launch Jekyll server
bundle exec jekyll serve # or if you want to run the docs server on another port bundle exec jekyll serve --port=4001 -
then check in your browser :
127.0.0.1:4000
Deployment on Github pages
Check the following links :