Enable Section Summary TOC for small pages

This commit is contained in:
spencergibb
2023-09-13 18:34:16 -04:00
parent 7570d30eef
commit 18ac022e17
4 changed files with 4 additions and 0 deletions

View File

@@ -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.

View File

@@ -1,6 +1,7 @@
[[spring-cloud-zookeeper]]
= Spring Cloud Zookeeper
:page-section-summary-toc: 1

View File

@@ -1,5 +1,6 @@
[[spring-cloud-zookeeper-other-componentes]]
= Using Spring Cloud Zookeeper with Spring Cloud Components
:page-section-summary-toc: 1
Feign, Spring Cloud Gateway and Spring Cloud LoadBalancer all work with Spring Cloud Zookeeper.

View File

@@ -1,5 +1,6 @@
[[quick-start]]
= Quick Start
:page-section-summary-toc: 1
include:../:quickstart.adoc[]