Add EPUB output
Add EPUB output and make all four output formats have links to one another, to enable discoverability and accessibility (for the folks who need a particular format to help them read the document).
This commit is contained in:
committed by
Mahmoud Ben Hassine
parent
f4e14ddf66
commit
92e6f32e52
@@ -28,5 +28,10 @@
|
||||
<destName>spring-batch-reference.pdf</destName>
|
||||
<outputDirectory>reference/pdf</outputDirectory>
|
||||
</file>
|
||||
<file>
|
||||
<source>target/asciidoc/index-single.epub</source>
|
||||
<destName>spring-batch-reference.epub</destName>
|
||||
<outputDirectory>reference/epub</outputDirectory>
|
||||
</file>
|
||||
</files>
|
||||
</assembly>
|
||||
|
||||
@@ -2,8 +2,9 @@ include::header/index-header.adoc[]
|
||||
|
||||
// ======================================================================================
|
||||
|
||||
Welcome to the Spring Batch reference documentation! This documentation is also available
|
||||
as single link:index-single.html[html] and link:../pdf/spring-batch-reference.pdf[pdf] documents.
|
||||
This documentation is also available
|
||||
as a link:index-single.html[single HTML file] and as link:../pdf/spring-batch-reference.pdf[PDF]
|
||||
and link:../epub/spring-batch-reference.epub[EPUB] documents.
|
||||
|
||||
The reference documentation is divided into several sections:
|
||||
|
||||
|
||||
@@ -2,8 +2,25 @@
|
||||
:toc: left
|
||||
:toclevels: 4
|
||||
|
||||
[[spring-batch-intro]]
|
||||
ifdef::backend-html5[]
|
||||
This documentation is also available
|
||||
as link:index.html[multiple HTML files] and as link:../pdf/spring-batch-reference.pdf[PDF]
|
||||
and link:../epub/spring-batch-reference.epub[EPUB] documents.
|
||||
endif::[]
|
||||
|
||||
ifdef::backend-pdf[]
|
||||
This documentation is also available
|
||||
as link:index.html[multiple HTML files], a link:index-single.html[single HTML file],
|
||||
and an link:../epub/spring-batch-reference.epub[EPUB] document.
|
||||
endif::[]
|
||||
|
||||
ifdef::backend-epub3[]
|
||||
This documentation is also available
|
||||
as link:index.html[multiple HTML files], a link:index-single.html[single HTML file],
|
||||
and a link:../pdf/spring-batch-reference.pdf[PDF] document.
|
||||
endif::[]
|
||||
|
||||
[[spring-batch-intro]]
|
||||
== Spring Batch Introduction
|
||||
|
||||
Many applications within the enterprise domain require bulk processing to perform
|
||||
|
||||
Reference in New Issue
Block a user