Skip to content

Commit 12496c0

Browse files
garyrussellartembilan
authored andcommitted
Fix stylesheet location for HTML Asciidoctor docs
- also fix `{version}` to `{project-version}`. * Polishing - PR Comments
1 parent 4bb23e2 commit 12496c0

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -781,8 +781,7 @@ asciidoctor {
781781
toc2: '',
782782
'compat-mode': '',
783783
imagesdir: '',
784-
stylesdir: "stylesheets/",
785-
stylesheet: 'golo.css',
784+
stylesheet: "${rootProject.projectDir}/src/reference/asciidoc/stylesheets/golo.css",
786785
'source-highlighter': 'highlightjs'
787786
]
788787
}

src/reference/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[spring-integration-reference]]
22
= Spring Integration Reference Manual
3-
:revnumber: {version}
3+
:revnumber: {project-version}
44
:revdate: {localdate}
55
:linkcss:
66
:doctype: book

0 commit comments

Comments
 (0)