net/gradle/documentation/asciidoc.gradle

13 lines
344 B
Groovy
Raw Permalink Normal View History

2022-10-20 09:43:33 +02:00
apply plugin: 'org.xbib.gradle.plugin.asciidoctor'
asciidoctor {
attributes 'source-highlighter': 'coderay',
toc: 'left',
doctype: 'book',
icons: 'font',
encoding: 'utf-8',
sectlink: true,
sectanchors: true,
linkattrs: true,
imagesdir: 'img'
}