diff --git a/docs/modules/ROOT/pages/appendix.adoc b/docs/modules/ROOT/pages/appendix.adoc index cdf72e47..eef1c905 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. diff --git a/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc b/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc index 11dfb34d..7ebf8baf 100644 --- a/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-zookeeper.adoc @@ -1,6 +1,7 @@ [[spring-cloud-zookeeper]] = Spring Cloud Zookeeper +:page-section-summary-toc: 1 diff --git a/docs/modules/ROOT/pages/spring-cloud-zookeeper/other-componentes.adoc b/docs/modules/ROOT/pages/spring-cloud-zookeeper/other-componentes.adoc index a2897cf8..5de6f8c2 100644 --- a/docs/modules/ROOT/pages/spring-cloud-zookeeper/other-componentes.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-zookeeper/other-componentes.adoc @@ -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. diff --git a/docs/modules/ROOT/pages/spring-cloud-zookeeper/quick-start.adoc b/docs/modules/ROOT/pages/spring-cloud-zookeeper/quick-start.adoc index d79042e1..59e05139 100644 --- a/docs/modules/ROOT/pages/spring-cloud-zookeeper/quick-start.adoc +++ b/docs/modules/ROOT/pages/spring-cloud-zookeeper/quick-start.adoc @@ -1,5 +1,6 @@ [[quick-start]] = Quick Start +:page-section-summary-toc: 1 include:../:quickstart.adoc[]