From 39f10fdfb53c75fedaabfc0ae5cf8f39673c57c9 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Tue, 25 Mar 2014 15:41:31 -0700 Subject: [PATCH] Note different document formats in reference guide Fixes gh-570 --- .../main/asciidoc/documentation-overview.adoc | 16 +++++++++++++++- spring-boot-docs/src/main/asciidoc/index.adoc | 2 ++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc index 32fec2c3fa7..a5ac8053d67 100644 --- a/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc +++ b/spring-boot-docs/src/main/asciidoc/documentation-overview.adoc @@ -6,10 +6,24 @@ This section provides a brief overview of Spring Boot reference documentation. Think of it as map for the rest of the document. You can read this reference guide in a linear fashion, or you can skip sections if something doesn't interest you. - -- + +[[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] +and {spring-boot-docs}/epub/spring-boot-reference.epub[epub] documents. 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 copy contains this Copyright Notice, whether distributed in +print or electronically. + + + [[boot-documentation-getting-help]] == Getting help Having trouble with Spring Boot, We'd like to help! diff --git a/spring-boot-docs/src/main/asciidoc/index.adoc b/spring-boot-docs/src/main/asciidoc/index.adoc index 44b72de3285..5498977d2b8 100644 --- a/spring-boot-docs/src/main/asciidoc/index.adoc +++ b/spring-boot-docs/src/main/asciidoc/index.adoc @@ -9,6 +9,8 @@ Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; :spring-boot-repo: snapshot :github-tag: master :spring-boot-docs-version: current +:spring-boot-docs: http://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/reference +:spring-boot-docs-current: http://docs.spring.io/spring-boot/docs/current/reference :github-repo: spring-projects/spring-boot :github-raw: http://raw.github.com/{github-repo}/{github-tag} :github-code: http://github.com/{github-repo}/tree/{github-tag}