mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-06 16:51:37 +00:00
Configure source highlighting and TOC in documentation
This commit is contained in:
committed by
Gary Tierney
parent
3a96ffb6d3
commit
b9a57af4a1
@@ -8,6 +8,11 @@ repositories {
|
|||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
asciidoctor {
|
||||||
|
attributes 'source-highlighter': 'prettify',
|
||||||
|
'toc': 'left'
|
||||||
|
}
|
||||||
|
|
||||||
githubPages {
|
githubPages {
|
||||||
repoUri = 'git@github.com:apollo-rsps/apollo-rsps.github.io'
|
repoUri = 'git@github.com:apollo-rsps/apollo-rsps.github.io'
|
||||||
targetBranch = 'master'
|
targetBranch = 'master'
|
||||||
|
|||||||
Reference in New Issue
Block a user