Documentation about the project.
To generate in local the documentation, execute the following commands:
./gradlew -t asciidoctor
./gradlew livereload &
python -m SimpleHTTPServer 8000 &
If you open the document in a Web browser with the live reload plugin, you could see the changes.