Tran Ngoc Nhan 5c5c012c26 Update NodeJS dependecy versions
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-02-25 09:43:57 -05:00
2023-09-11 13:31:33 -04:00
2025-02-25 09:43:57 -05:00
2023-09-11 13:31:33 -04:00
2023-09-11 13:31:33 -04:00
2023-09-11 14:49:22 -04:00

= Spring for Apache Kafka 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 for Apache Kafka 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
----
Description
No description provided
Readme 17 MiB
Languages
Java 91.3%
CSS 8.5%
HTML 0.2%