From 0551b43d85af4c7402b8d64058499fc634c4ec29 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 23 Mar 2015 11:21:01 +0100 Subject: [PATCH] SGF-386 - Polish reference docs before release. Updated copyright years. Fall back to locally available Spring Data Commons reference docs as the remote variant doesn't seem to work currently. Included reference to the return type listing appendix from Spring Data Commons. --- src/asciidoc/index.adoc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 33628633..65334344 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -5,9 +5,9 @@ Costin Leau , David Turanski , John Blum , Oliver Gierke :revdate: {localdate} :toc: :toc-placement!: -:spring-data-commons-docs: https://raw.githubusercontent.com/spring-projects/spring-data-commons/master/src/main/asciidoc +:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc -(C) 2011-2014 The original authors. +(C) 2011-2015 The original authors. NOTE: 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. @@ -55,4 +55,8 @@ include::{baseDir}/links.adoc[] = Appendices :numbered!: :leveloffset: +1 +include::{spring-data-commons-docs}/repository-namespace-reference.adoc[] +include::{spring-data-commons-docs}/repository-populator-namespace-reference.adoc[] +include::{spring-data-commons-docs}/repository-query-keywords-reference.adoc[] +include::{spring-data-commons-docs}/repository-query-return-types-reference.adoc[] include::{baseDir}/appendix/appendix-schema.adoc[]