Rob Winch f09c974808 Use official Antora Maven Plugin
- Use the latest Antora Maven Plugin
- Switch to package.json (this allows dependabot to update the versions)
- Also works around https://github.com/asciidoctor/asciidoctor.js/issues/1732 by
  by forcing the asciidoctor.js version to previous release
2024-05-24 18:48:22 +02:00
2023-09-05 10:43:05 -05:00
2024-05-24 18:48:22 +02:00
2023-09-05 10:43:05 -05:00
2023-09-05 10:43:05 -05:00
2023-09-05 10:43:05 -05:00
2024-05-24 18:48:22 +02:00
2024-05-24 18:48:22 +02:00
2023-09-05 10:43:05 -05:00

= Spring Batch Docs Build

You're currently viewing the Antora playbook branch.
The playbook branch hosts the docs build that is used to build and publish the production docs site.

The Spring Batch reference docs are built using https://antora.org[Antora].
This README covers how to build the docs in a software branch as well as how to build the production docs site locally.

== Building the Site

You can build the entire site by invoking the following on the docs-build branch and then viewing the site at `target/antora/site/index.html`

[source,bash]
----
mvn antora
----

== Building a Specific Branch

[source,bash]
----
mvn antora
----
Description
No description provided
Readme 109 MiB
Languages
Java 99.6%
HTML 0.3%
XSLT 0.1%