From 75b52b6b90f2744ad4e4eb9c09ed7b2b9f158f11 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 8 Sep 2023 16:25:19 +0200 Subject: [PATCH] Enable Section Summary TOC for small pages --- docs/modules/ROOT/pages/README.adoc | 1 + docs/modules/ROOT/pages/appendix.adoc | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/modules/ROOT/pages/README.adoc b/docs/modules/ROOT/pages/README.adoc index f9e296f..04fe248 100644 --- a/docs/modules/ROOT/pages/README.adoc +++ b/docs/modules/ROOT/pages/README.adoc @@ -1,5 +1,6 @@ [[spring-cloud-bus]] = Spring Cloud Bus +:page-section-summary-toc: 1 [[quick-start]] diff --git a/docs/modules/ROOT/pages/appendix.adoc b/docs/modules/ROOT/pages/appendix.adoc index cdf72e4..eef1c90 100644 --- a/docs/modules/ROOT/pages/appendix.adoc +++ b/docs/modules/ROOT/pages/appendix.adoc @@ -2,6 +2,7 @@ [appendix] [[common-application-properties]] = Common application properties +:page-section-summary-toc: 1 Various properties can be specified inside your `application.properties` file, inside your `application.yml` file, or as command line switches.