From 1217c8f72ab29d9e0584356f6bf4cc058b32ea6c Mon Sep 17 00:00:00 2001 From: Jens Schauder Date: Fri, 7 May 2021 16:00:54 +0200 Subject: [PATCH] Adjust leveloffset for the JPA specific part. This moves the complete "JPA Repositories" section und "Reference Documentation". Backport of https://github.com/spring-projects/spring-data-jpa/commit/1948f1a5e2b5ec05519d8e3029f23418c1b6db3d Closes #2371 --- src/main/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 8f0d07bc5..1a45e2757 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -21,7 +21,7 @@ include::{spring-data-commons-docs}/repositories.adoc[leveloffset=+1] [[reference]] == Reference Documentation -include::jpa.adoc[leveloffset=+1] +include::jpa.adoc[leveloffset=+2] [[appendix]] == Appendix