From 468c7b4d12a0d139e0901d30fbb90f720e73464e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 3 Sep 2015 18:18:10 +0200 Subject: [PATCH] DATAREST-669 - Include section on dependency management from Spring Data Commons into reference docs. Related tickets: DATACMNS-762. --- src/main/asciidoc/index.adoc | 6 +++++- src/main/asciidoc/preface.adoc | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 84b44da86..63cdab229 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -1,10 +1,11 @@ [[spring-data-rest-reference]] -= Spring Data REST Reference Documentation += Spring Data REST - Reference Documentation Jon Brisbin, Oliver Gierke, Greg Turnquist :revnumber: {version} :revdate: {localdate} :toc: :toc-placement!: +:spring-data-commons-docs: ../../../../spring-data-commons/src/main/asciidoc (C) 2012-2015 Original authors @@ -13,6 +14,9 @@ NOTE: _Copies of this document may be made for your own use and for distribution toc::[] include::preface.adoc[] +:leveloffset: +1 +include::{spring-data-commons-docs}/dependencies.adoc[] +:leveloffset: -1 [[reference]] = Reference Documentation diff --git a/src/main/asciidoc/preface.adoc b/src/main/asciidoc/preface.adoc index 0e14072cf..843e68823 100644 --- a/src/main/asciidoc/preface.adoc +++ b/src/main/asciidoc/preface.adoc @@ -10,4 +10,5 @@ * Project page - http://projects.spring.io/spring-data-rest * Release repository - https://repo.spring.io/libs-release * Milestone repository - https://repo.spring.io/libs-milestone -* Snapshot repository - https://repo.spring.io/libs-snapshot \ No newline at end of file +* Snapshot repository - https://repo.spring.io/libs-snapshot +