Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.97 KB

README.adoc

File metadata and controls

56 lines (33 loc) · 1.97 KB

Living documentation with Asciidoctor and Gradle

Presentation

Please find the presentation slides at presentation/Slides_DevoxxMA2017.pdf

Examples

The examples are accessible via the branches within this repository:

branch name description

master

first example, showing the basic gradle build generating HTML and PDF from src/doc/main.adoc, demonstrating AsciiDoctor syntax and base features

includeByLine

demonstrate including a code snippet via reference by line numbers

includeByLabel

demonstrate including a code snippet via reference by tag

variables

demonstrate passing the version number from the build into the generated document

livingDoc

demonstrate using a CSV a source for data driven tests and the generated documentation at the same time