Skip to content

Commit

Permalink
Configure source highlighting and TOC in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
garyttierney committed Jul 16, 2019
1 parent a6943dd commit 011eca1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ repositories {
mavenCentral()
}

asciidoctor {
attributes 'source-highlighter': 'prettify',
'toc': 'left'
}

githubPages {
repoUri = '[email protected]:apollo-rsps/apollo-rsps.github.io'
targetBranch = 'master'
Expand Down

0 comments on commit 011eca1

Please sign in to comment.