Fix stylesheet location for HTML Asciidoctor docs
- also fix `{version}` to `{project-version}`.
* Polishing - PR Comments
This commit is contained in:
committed by
Artem Bilan
parent
4bb23e2e6e
commit
12496c0e3e
@@ -781,8 +781,7 @@ asciidoctor {
|
||||
toc2: '',
|
||||
'compat-mode': '',
|
||||
imagesdir: '',
|
||||
stylesdir: "stylesheets/",
|
||||
stylesheet: 'golo.css',
|
||||
stylesheet: "${rootProject.projectDir}/src/reference/asciidoc/stylesheets/golo.css",
|
||||
'source-highlighter': 'highlightjs'
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[[spring-integration-reference]]
|
||||
= Spring Integration Reference Manual
|
||||
:revnumber: {version}
|
||||
:revnumber: {project-version}
|
||||
:revdate: {localdate}
|
||||
:linkcss:
|
||||
:doctype: book
|
||||
|
||||
Reference in New Issue
Block a user