Configure Asciidoctor toolchain for ref docs
This commit replaces the Docbook+Asciidoctor documentation toolchain by a single Asciidoctor generation process. First, we need to unzip the contents of the Spring Asciidoctor documentation resources provided by the `io.spring.docsresources:spring-docs-resources` distribution zip. This is done in a `/target/refdocs` folder. We then copy all files from `src/main/asciidoc` to the same location, and then launch the generation process. Closes gh-12611
This commit is contained in:
@@ -12,14 +12,8 @@ as a map for the rest of the document.
|
||||
|
||||
[[boot-documentation-about]]
|
||||
== About the Documentation
|
||||
The Spring Boot reference guide is available as
|
||||
|
||||
* {spring-boot-docs}/html[HTML]
|
||||
* {spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF]
|
||||
* {spring-boot-docs}/epub/spring-boot-reference.epub[EPUB]
|
||||
|
||||
The latest copy
|
||||
is available at {spring-boot-docs-current}.
|
||||
of the reference documentation is available at {spring-boot-docs-current}.
|
||||
|
||||
Copies of this document may be made for your own use and for distribution to others,
|
||||
provided that you do not charge any fee for such copies and further provided that each
|
||||
|
||||
Reference in New Issue
Block a user