File tree Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Expand file tree Collapse file tree 4 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,8 @@ processResources {
138138asciidoctorj {
139139 // NOTE: Don't upgrade to v 3.0.0, as it requires Java 11
140140 version = ' 2.5.13'
141+
142+ docExtensions file(' doc-extension.groovy' )
141143}
142144
143145tasks. named(' asciidoctor' , AsciidoctorTask ). configure {
Original file line number Diff line number Diff line change 1+ docinfo_processor {
2+ document -> {
3+ if (! document. basebackend(' html' ) || ! document. hasAttribute(' fb-canonical-html' )) {
4+ return
5+ }
6+ return " <link rel=\" canonical\" href=\" ${ document.getAttribute('fb-canonical-html')} \" />"
7+ }
8+ }
Original file line number Diff line number Diff line change 1515:jaybird4-example-version: {jaybird4-full-version}.java11
1616:jaybird3-full-version: 3.0.12
1717:sectnums:
18+ :fb-canonical-html: https://firebirdsql.org/docs/drivers/java/faq.html
1819
1920[#jaybird]
2021= Jaybird
Original file line number Diff line number Diff line change 1010:sectnums:
1111:jaybird-fbclient-version: 4.0.4.0
1212:jna-version: 5.15.0
13+ :fb-canonical-html: https://firebirdsql.org/docs/drivers/java/5.0.x/release_notes.html
1314
1415ifeval::["{version_tag} " != ""]
1516[WARNING]
You can’t perform that action at this time.
0 commit comments