Reinstate single page HTML and PDF docs
Closes gh-16854
This commit is contained in:
@@ -13,10 +13,12 @@ as a map for the rest of the document.
|
||||
[[boot-documentation-about]]
|
||||
== About the Documentation
|
||||
The Spring Boot reference guide is available as
|
||||
<<single-index.adoc#spring-boot-reference-documentation, single page>> or
|
||||
<<index.adoc#spring-boot-reference-documentation, multi-page>> documentation.
|
||||
The latest copy
|
||||
of the reference documentation is available at {spring-boot-docs-current}.
|
||||
|
||||
* {spring-boot-docs}/html[Multi-page HTML]
|
||||
* {spring-boot-docs}/htmlsingle[Single page HTML]
|
||||
* {spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF]
|
||||
|
||||
The latest copy 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
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 16 KiB |
@@ -0,0 +1,17 @@
|
||||
[[spring-boot-reference-documentation]]
|
||||
= Spring Boot Reference Documentation
|
||||
Phillip Webb, Dave Syer, Josh Long, Stéphane Nicoll, Rob Winch, Andy Wilkinson, Marcel Overdijk, Christian Dupuis, Sébastien Deleuze, Michael Simons, Vedran Pavić, Jay Bryant, Madhura Bhave
|
||||
:docinfo: shared
|
||||
include::attributes.adoc[]
|
||||
|
||||
include::legal.adoc[leveloffset=+1]
|
||||
include::documentation-overview.adoc[leveloffset=+1]
|
||||
include::getting-started.adoc[leveloffset=+1]
|
||||
include::using-spring-boot.adoc[leveloffset=+1]
|
||||
include::spring-boot-features.adoc[leveloffset=+1]
|
||||
include::production-ready-features.adoc[leveloffset=+1]
|
||||
include::deployment.adoc[leveloffset=+1]
|
||||
include::spring-boot-cli.adoc[leveloffset=+1]
|
||||
include::build-tool-plugins.adoc[leveloffset=+1]
|
||||
include::howto.adoc[leveloffset=+1]
|
||||
include::appendix.adoc[leveloffset=+1]
|
||||
Reference in New Issue
Block a user