Our documentation is made using Jekyll (http://jekyllrb.com/)
In order to contribute please install the following :
Run Jekyll server (on port 4000) Inside your directory (ex: ~/dev/thelia.github.io/)
$ jekyll serve --watch
To see the result : http://localhost:4000
In order to let the documentation be aware of your new page please fill in the file
_config.yml
And reload Jekyll server
In addition, this documentation layout use Bootstrap and this LESS files for CSS.
Bootstrap is under MIT licence.