Skip to content

Commit 30ad62f

Browse files
committed
Refine contribution #4083
Add "Spring Batch Architecture" section to the index
1 parent 9b87824 commit 30ad62f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

spring-batch-docs/src/main/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The reference documentation is divided into several sections:
1111
[horizontal]
1212
<<spring-batch-intro.adoc#spring-batch-intro,Spring Batch Introduction>> :: Background, usage
1313
scenarios, and general guidelines.
14+
<<spring-batch-architecture.adoc#springBatchArchitecture,Spring Batch Architecture>> :: Spring Batch
15+
architecture, general batch principles, batch processing strategies.
1416
<<whatsnew.adoc#whatsNew,What's new in Spring Batch 5.0>> :: New features introduced in version 5.0.
1517
<<domain.adoc#domainLanguageOfBatch,The Domain Language of Batch>> :: Core concepts and abstractions
1618
of the Batch domain language.

spring-batch-docs/src/main/asciidoc/spring-batch-architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[springBatchArchitecture]]
22
=== Spring Batch Architecture
3-
// TODO Make a separate document
3+
44
Spring Batch is designed with extensibility and a diverse group of end users in mind. The
55
following image shows the layered architecture that supports the extensibility and ease of
66
use for end-user developers.

0 commit comments

Comments
 (0)