Enable Section Summary TOC for small pages
This commit is contained in:
@@ -4,18 +4,22 @@ image::https://travis-ci.org/spring-cloud/spring-cloud-function.svg?branch={bran
|
||||
|
||||
[[introduction]]
|
||||
= Introduction
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
|
||||
[[getting-started]]
|
||||
= Getting Started
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
|
||||
[[building]]
|
||||
= Building
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/building.adoc[]
|
||||
|
||||
[[contributing]]
|
||||
= Contributing
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
include::https://raw.githubusercontent.com/spring-cloud/spring-cloud-build/master/docs/src/main/asciidoc/contributing.adoc[]
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[spring-cloud-function-reference-documentation]]
|
||||
= Spring Cloud Function Reference Documentation
|
||||
:page-section-summary-toc: 1
|
||||
Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra, Dan Dobrin, Chris Bono, Artem Bilan
|
||||
|
||||
*{project-version}*
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[spring-cloud-function]]
|
||||
= Spring Cloud Function
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra, Dan Dobrin
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[functional-bean-definitions]]
|
||||
= Functional Bean Definitions
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
include:../:functional.adoc[leveloffset=+1]
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[getting-started]]
|
||||
= Getting Started
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
include:../:getting-started.adoc[]
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[[introduction]]
|
||||
= Introduction
|
||||
:page-section-summary-toc: 1
|
||||
|
||||
include:../:_intro.adoc[]
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user