tree: 1d2a4e3cab5666ae299a098dae8f560ac1497a85 [path history] [tgz]
  1. docs/
  2. pom.xml
  3. README.md
site/README.md

Reference documentation site

This module builds references documentation.

Building

  • Install Jekyll
  • In project root directory do:
    • Run mvn clean
    • Run mvn compile
    • Run mvn site
  • The result is in target/_site
  • Upload it to github pages (gh-pages branch)