tree: f0bcb0e9d6b8f34a6bdcb4da81999bf4edc48b17 [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)