This tool chain generates, as Reveal.js slides, the Syntax Quick Reference and advanced capabilities of Asciidoctor with Reveal.js. PDF, HTML and source are linked within these presentations.
Generation is based on Asciidoctor Docker Image.
Slides, HTML and PDF are generated in build-docs
.
Warning
|
Target folder is cleaned each time to ensure update of generated content |
Run this command on a given folder :
./generate.sh guides
Or run this to generate all :
./generate.sh
Note
|
This script is also used by CircleCI |