Merge pull request #27737 from Buzzardo
* gh-27737: Polish "Only link to other formats from each format of the ref docs" Only link to other formats from each format of the ref docs Closes gh-27737
This commit is contained in:
commit
a7de44a718
|
|
@ -4,8 +4,7 @@ include::authors.adoc[]
|
||||||
v{spring-boot-version}
|
v{spring-boot-version}
|
||||||
include::attributes.adoc[]
|
include::attributes.adoc[]
|
||||||
|
|
||||||
This document is also available as {spring-boot-docs}/html/[Multi-page HTML], {spring-boot-docs}/htmlsingle/[Single page HTML] and {spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF].
|
This document is also available as {spring-boot-docs}/htmlsingle/[a single HTML page] and as {spring-boot-docs}/pdf/spring-boot-reference.pdf[a PDF].
|
||||||
|
|
||||||
|
|
||||||
The reference documentation consists of the following sections:
|
The reference documentation consists of the following sections:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,8 +4,12 @@ include::authors.adoc[]
|
||||||
v{spring-boot-version}
|
v{spring-boot-version}
|
||||||
include::attributes.adoc[]
|
include::attributes.adoc[]
|
||||||
|
|
||||||
This document is also available as {spring-boot-docs}/html/[Multi-page HTML], {spring-boot-docs}/htmlsingle/[Single page HTML] and {spring-boot-docs}/pdf/spring-boot-reference.pdf[PDF].
|
ifdef::backend-spring-html[]
|
||||||
|
This document is also available as {spring-boot-docs}/html/[multiple HTML pages] and as {spring-boot-docs}/pdf/spring-boot-reference.pdf[a PDF].
|
||||||
|
endif::[]
|
||||||
|
ifdef::backend-spring-pdf[]
|
||||||
|
This document is also available as {spring-boot-docs}/html/[multiple HTML pages] and as {spring-boot-docs}/htmlsingle/[a single HTML page].
|
||||||
|
endif::[]
|
||||||
|
|
||||||
include::legal.adoc[leveloffset=+1]
|
include::legal.adoc[leveloffset=+1]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue