tree: 25e5b0cb3896870d06b116448f0190e4b841426b [path history] [tgz]
  1. docs/
  2. build.gradle
  3. deploy.sh
  4. README.md
site/README.md

Reference documentation site

This module builds references documentation.

Building

  • Install Jekyll
  • In project root directory do:
    • Run ./gradlew site
  • The result is in site/build/gh-pages/_site
  • Upload it to github pages (gh-pages branch)