docs-build
- 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
= 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
Languages
Java
99.6%
HTML
0.3%
XSLT
0.1%