1# Reference documentation site
2
3This module builds references documentation.
4
5## Building
6
7* Install [Jekyll](https://jekyllrb.com)
8* If you already have Ruby/Jekyll installed you might need to update its version:
9  * `cd site/docs`
10  * `bundle install`
11* In project root directory do:
12  * Run `./gradlew site`
13* The result is in `site/build/gh-pages/_site`
14* Upload it to github pages (`gh-pages` branch)
15