Configure source highlighting and TOC in documentation

This commit is contained in:
Gary Tierney
2018-09-04 19:16:38 +01:00
committed by Gary Tierney
parent 3a96ffb6d3
commit b9a57af4a1
+5
View File
@@ -8,6 +8,11 @@ repositories {
mavenCentral()
}
asciidoctor {
attributes 'source-highlighter': 'prettify',
'toc': 'left'
}
githubPages {
repoUri = 'git@github.com:apollo-rsps/apollo-rsps.github.io'
targetBranch = 'master'