Files
spring-integration/README.adoc
Rob Winch 282f36eb17 Initial Antora docs-build branch
* Bust Cloudflare Cache for spring-integration
2023-08-10 15:16:08 -04:00

26 lines
740 B
Plaintext

= Spring Integration 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 Integration 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 and then viewing the site at `build/site/index.html`
[source,bash]
----
./gradlew antora
----
== Building a Specific Branch
You can build a specific branch and then viewing the branch specific site at `build/site/index.html`.
[source,bash]
----
./gradlew antora
----