Enable Section Summary TOC for small pages

This commit is contained in:
Marcin Grzejszczak
2023-09-08 15:57:04 +02:00
parent 9861b867b1
commit 1eac35db56
8 changed files with 11 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
[[functional-bean-definitions]]
= Functional Bean Definitions
:page-section-summary-toc: 1
include:../:functional.adoc[leveloffset=+1]

View File

@@ -1,5 +1,6 @@
[[getting-started]]
= Getting Started
:page-section-summary-toc: 1
include:../:getting-started.adoc[]

View File

@@ -1,5 +1,6 @@
[[introduction]]
= Introduction
:page-section-summary-toc: 1
include:../:_intro.adoc[]

View File

@@ -1,5 +1,6 @@
[[serverless-platform-adapters]]
= Serverless Platform Adapters
:page-section-summary-toc: 1
As well as being able to run as a standalone process, a Spring Cloud
Function application can be adapted to run one of the existing

View File

@@ -1,5 +1,6 @@
[[standalone-streaming-applications]]
= Standalone Streaming Applications
:page-section-summary-toc: 1
To send or receive messages from a broker (such as RabbitMQ or Kafka) you can leverage `spring-cloud-stream` project and it's integration with Spring Cloud Function.
Please refer to https://cloud.spring.io/spring-cloud-static/spring-cloud-stream/current/reference/html/spring-cloud-stream.html#spring_cloud_function[Spring Cloud Function] section of the https://spring.io/projects/spring-cloud-stream[Spring Cloud Stream] reference manual for more details and examples.