Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madmas/asciidoctorgradle-doc2life

Living Documentation with Asciidoctor & Gradle - Slides & Examples
https://github.com/madmas/asciidoctorgradle-doc2life

asciidoctor demo devoxx documentation living-documentation spock talk

Last synced: about 15 hours ago
JSON representation

Living Documentation with Asciidoctor & Gradle - Slides & Examples

Awesome Lists containing this project

README

        

= Living documentation with Asciidoctor and Gradle
Markus Schlichting

== Presentation

Please find the presentation slides at https://github.com/madmas/AsciidoctorGradle-Doc2Life/raw/master/presentation/Slides_DevoxxMA2017.pdf[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

|===

== Resources

Some interesting links:

http://danhyun.github.io/asciidoctor-gradle-examples/[asciidoctor-gradle-examples]

http://mojavelinux.github.io/decks/discover-zen-writing-asciidoc/cojugs201305/index.html[Discover the zen of writing AsciiDoc]

http://mojavelinux.github.io/decks/asciidoc-with-pleasure/[AsciiDoc with pleasure]

http://mgreau.com/slides/websocket-asciidoctor/DevNation2014/slides.html[When WebSockets meet AsciiDoctor]

http://www.slideshare.net/aalmiray/devoxx-asciidoctor-tips[Asciidoctor Tips from Devoxx 2014]

http://mrhaki.blogspot.ch[MrHaki's Blog with regular posts on AsciiDoctor]

https://github.com/pledbrook/practical-groovy-public[Peter Ledbrook: 'Practical Groovy']

https://github.com/melix/gradlesummit2016-jigsaw-gradle/tree/master/slides[Slides with AsciiDoctor & Gradle by Cédric Champeau]

Devoxx 2017::
https://www.youtube.com/watch?v=ggBv_pZDu0c[Hubert Sablonnière: Documentation as Code (explained to my dad)]
+
https://www.youtube.com/watch?v=T7RVT2_ntRU[Asciidoctor: New, Noteworthy, and Beyond by Alex Soto]