This is a presentation on inverted index technology. The target audience is computer science students.
# Generate the HTML
./gradlew asciidoc
# Listen to file change and regenerate the HTML
./gradlew -t asciidoc
# Generate the PDF
./gradlew generatePdf
# more tasks
./gradlew tasks --all