This module builds references documentation.
./gradlew site
site/build/dist
./gradlew serve
and navigate to the URL that is printed on the screen./gradlew copyDocs
while serve
is runningFor release use deploy.sh
that performs clean build of the site and pushes the results into gh-pages
branch of the project.