[Antora] Organize Intro and Main Concepts sections

This commit is contained in:
Oleg Zhurakousky
2023-09-13 11:21:57 +02:00
parent cf595c304b
commit ef6bcdddba
3 changed files with 113 additions and 113 deletions

View File

@@ -1,8 +1,7 @@
[[spring-cloud-stream-reference-documentation]]
= Spring Cloud Stream Reference Documentation
Sabby Anandan; Marius Bogoevici; Eric Bottard; Mark Fisher; Ilayaperumal Gopinathan; Mark Heckler; Gunnar Hillert; Mark Pollack; Patrick Peralta; Glenn Renfro; Thomas Risberg; Dave Syer; David Turanski; Janne Valkealahti; Benjamin Klein; Vinicius Carvalho; Gary Russell; Oleg Zhurakousky; Jay Bryant; Soby Chacko; Domenico Sibilio
[[Introduction]]
= Introduction
:docinfo: shared
Sabby Anandan; Marius Bogoevici; Eric Bottard; Mark Fisher; Ilayaperumal Gopinathan; Mark Heckler; Gunnar Hillert; Mark Pollack; Patrick Peralta; Glenn Renfro; Thomas Risberg; Dave Syer; David Turanski; Janne Valkealahti; Benjamin Klein; Vinicius Carvalho; Gary Russell; Oleg Zhurakousky; Jay Bryant; Soby Chacko; Domenico Sibilio
The reference documentation consists of the following sections:

View File

@@ -1,7 +1,7 @@
:nofooter:
:sectlinks: true
[[spring-cloud-stream-reference]]
= Spring Cloud Stream Reference Documentation
:page-section-summary-toc: 1
:doctype: book
@@ -69,12 +69,5 @@ class BootTestStreamApplicationTests {
== Main Concepts
Spring Cloud Stream provides a number of abstractions and primitives that simplify the writing of message-driven microservice applications.
This section gives an overview of the following:
* xref:spring-cloud-stream/overview-application-model.adoc[Spring Cloud Stream's application model]
* xref:spring-cloud-stream/overview-binder-abstraction.adoc[The Binder Abstraction]
* xref:spring-cloud-stream/overview-persistent-publish-subscribe-support.adoc[Persistent publish-subscribe support]
* xref:spring-cloud-stream/consumer-groups.adoc[Consumer group support]
* xref:spring-cloud-stream/overview-partitioning.adoc[Partitioning support]
* xref:spring-cloud-stream/overview-binder-api.adoc[A pluggable Binder SPI]
The rest of this reference manual provides additional details.