File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 6
6
This section provides a brief overview of Spring Boot reference documentation. Think of
7
7
it as map for the rest of the document. You can read this reference guide in a linear
8
8
fashion, or you can skip sections if something doesn't interest you.
9
-
10
9
--
11
10
12
11
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
+
13
27
[[boot-documentation-getting-help]]
14
28
== Getting help
15
29
Having trouble with Spring Boot, We'd like to help!
Original file line number Diff line number Diff line change @@ -9,6 +9,8 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch;
9
9
:spring-boot-repo: snapshot
10
10
:github-tag: master
11
11
: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
12
14
:github-repo: spring-projects/spring-boot
13
15
:github-raw: http://raw.github.com/{github-repo}/{github-tag}
14
16
:github-code: http://github.com/{github-repo}/tree/{github-tag}
You can’t perform that action at this time.
0 commit comments