We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d8b21 commit 463bfeaCopy full SHA for 463bfea
README.adoc
@@ -52,6 +52,16 @@ git clone [email protected]:spring-projects/spring-security.git
52
./gradlew build
53
----
54
55
+The reference docs are not currently included in the distribution zip.
56
+You can build the reference docs for this branch by running the following command:
57
+
58
+----
59
+./gradlew :spring-security-docs:antora
60
61
62
+That command publishes the docs site to the _docs/build/site_ directory.
63
+The https://github.com/spring-projects/spring-security/tree/docs-build[playbook branch] describes how to build the reference docs in detail.
64
65
Discover more commands with `./gradlew tasks`.
66
See also the https://github.com/spring-projects/spring-framework/wiki/Gradle-build-and-release-FAQ[Gradle build and release FAQ].
67
0 commit comments