Janne Valkealahti 9253eaf675 Updates for javadocs
2024-08-29 08:54:04 +01:00
2023-08-04 08:09:55 +01:00
2023-08-04 08:09:55 +01:00
2023-08-04 08:09:55 +01:00
2023-08-04 08:09:55 +01:00
2024-08-29 08:54:04 +01:00
2024-08-29 08:54:04 +01:00
2023-08-04 08:09:55 +01:00
2023-08-04 08:09:55 +01:00
2023-08-04 08:09:55 +01:00
2023-08-04 08:09:55 +01:00

= Spring Shell 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 Shell 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 9.2 MiB
Languages
Java 100%