Skip to content

Commit 39f10fd

Browse files
author
Phillip Webb
committed
Note different document formats in reference guide
Fixes gh-570
1 parent 52dc7b8 commit 39f10fd

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

spring-boot-docs/src/main/asciidoc/documentation-overview.adoc

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,24 @@
66
This section provides a brief overview of Spring Boot reference documentation. Think of
77
it as map for the rest of the document. You can read this reference guide in a linear
88
fashion, or you can skip sections if something doesn't interest you.
9-
109
--
1110

1211

12+
13+
[[boot-documentation-about]]
14+
== About the documentation
15+
The Spring Boot reference guide is available as {spring-boot-docs}/html[html],
16+
{spring-boot-docs}/pdf/spring-boot-reference.pdf[pdf]
17+
and {spring-boot-docs}/epub/spring-boot-reference.epub[epub] documents. The latest copy
18+
is available at {spring-boot-docs-current}.
19+
20+
Copies of this document may be made for your own use and for
21+
distribution to others, provided that you do not charge any fee for such copies and
22+
further provided that each copy contains this Copyright Notice, whether distributed in
23+
print or electronically.
24+
25+
26+
1327
[[boot-documentation-getting-help]]
1428
== Getting help
1529
Having trouble with Spring Boot, We'd like to help!

spring-boot-docs/src/main/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch;
99
:spring-boot-repo: snapshot
1010
:github-tag: master
1111
:spring-boot-docs-version: current
12+
:spring-boot-docs: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/reference
13+
:spring-boot-docs-current: http://docs.spring.io/spring-boot/docs/current/reference
1214
:github-repo: spring-projects/spring-boot
1315
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
1416
:github-code: http://github.com/{github-repo}/tree/{github-tag}

0 commit comments

Comments
 (0)