/adoc-presentation-model

SYNCHRONIZED FROM GITLAB. A full AsciiDoc extended example generating both HTML PDF and Reveal.js slides #asciidoctor #plantuml #reveal

Primary LanguageShell

AsciiDoctor Presentation Model

CircleCI

An Asciidoc model to generate HTML PDF and/or Reveal.js slides, in compliance with Zenika graphic charter.

Result

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.

screenshot

Generation

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