diff --git a/spring-batch-docs/src/main/asciidoc/index.adoc b/spring-batch-docs/src/main/asciidoc/index.adoc index be8f414a9..755f63f29 100644 --- a/spring-batch-docs/src/main/asciidoc/index.adoc +++ b/spring-batch-docs/src/main/asciidoc/index.adoc @@ -11,6 +11,8 @@ The reference documentation is divided into several sections: [horizontal] <> :: Background, usage scenarios, and general guidelines. +<> :: Spring Batch +architecture, general batch principles, batch processing strategies. <> :: New features introduced in version 5.0. <> :: Core concepts and abstractions of the Batch domain language. diff --git a/spring-batch-docs/src/main/asciidoc/spring-batch-architecture.adoc b/spring-batch-docs/src/main/asciidoc/spring-batch-architecture.adoc index 95e04c1e5..a1074edcf 100644 --- a/spring-batch-docs/src/main/asciidoc/spring-batch-architecture.adoc +++ b/spring-batch-docs/src/main/asciidoc/spring-batch-architecture.adoc @@ -1,6 +1,6 @@ [[springBatchArchitecture]] === Spring Batch Architecture -// TODO Make a separate document + Spring Batch is designed with extensibility and a diverse group of end users in mind. The following image shows the layered architecture that supports the extensibility and ease of use for end-user developers.