Enable Section Summary TOC for small pages

This commit is contained in:
Marcin Grzejszczak
2023-09-08 16:32:25 +02:00
parent 4e15838b7d
commit 4595ffc819
4 changed files with 4 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
[[observability]]
= Observability metadata
:page-section-summary-toc: 1
include::{root-target}_metrics.adoc[]

View File

@@ -1,6 +1,7 @@
[[appendix-building-the-documentation]]
= Building This Documentation
:page-section-summary-toc: 1
This project uses Maven to generate this documentation. To generate it for yourself,
run the following command: `$ mvn clean install -DskipTests -P docs`.

View File

@@ -1,6 +1,7 @@
[[appendix]]
= Appendices
:page-section-summary-toc: 1

View File

@@ -1,5 +1,6 @@
[[spring-cloud-task-reference-guide]]
= Spring Cloud Task Reference Guide
:page-section-summary-toc: 1
Michael Minella, Glenn Renfro, Jay Bryant