Reference documentation site
This module builds references documentation.
Building
- Install Jekyll
- If you already have Ruby/Jekyll installed you might need to update its version:
cd site/docsbundle install
- In project root directory do:
- Run
./gradlew site
- Run
- The result is in
site/build/gh-pages/_site - Upload it to github pages (
gh-pagesbranch)