mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-03 00:38:21 +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()
|
||||
}
|
||||
|
||||
asciidoctor {
|
||||
attributes 'source-highlighter': 'prettify',
|
||||
'toc': 'left'
|
||||
}
|
||||
|
||||
githubPages {
|
||||
repoUri = 'git@github.com:apollo-rsps/apollo-rsps.github.io'
|
||||
targetBranch = 'master'
|
||||
|
||||
Reference in New Issue
Block a user