From 8f24ef2f93c81cc2626886f7ef5a8ca3309ca669 Mon Sep 17 00:00:00 2001 From: Dmitriy Bogdanov Date: Mon, 13 Sep 2021 11:37:30 +0400 Subject: [PATCH] Add missing spaces to the docs and fix leveloffset. Closes: #2454 --- src/main/asciidoc/index.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/asciidoc/index.adoc b/src/main/asciidoc/index.adoc index 38a48641f..db12f3c9e 100644 --- a/src/main/asciidoc/index.adoc +++ b/src/main/asciidoc/index.adoc @@ -14,6 +14,7 @@ include::preface.adoc[] = Reference Documentation :leveloffset: +1 + include::dependencies.adoc[] include::object-mapping.adoc[] @@ -25,6 +26,7 @@ include::repository-projections.adoc[] include::query-by-example.adoc[] include::auditing.adoc[] + :leveloffset: -1 [[appendix]]