mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
add information to README describing how to build the reference docs
This commit is contained in:
parent
38d8b21fa7
commit
463bfead38
10
README.adoc
10
README.adoc
@ -52,6 +52,16 @@ git clone git@github.com:spring-projects/spring-security.git
|
|||||||
./gradlew build
|
./gradlew build
|
||||||
----
|
----
|
||||||
|
|
||||||
|
The reference docs are not currently included in the distribution zip.
|
||||||
|
You can build the reference docs for this branch by running the following command:
|
||||||
|
|
||||||
|
----
|
||||||
|
./gradlew :spring-security-docs:antora
|
||||||
|
----
|
||||||
|
|
||||||
|
That command publishes the docs site to the _docs/build/site_ directory.
|
||||||
|
The https://github.com/spring-projects/spring-security/tree/docs-build[playbook branch] describes how to build the reference docs in detail.
|
||||||
|
|
||||||
Discover more commands with `./gradlew tasks`.
|
Discover more commands with `./gradlew tasks`.
|
||||||
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].
|
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user