Fix wrong instructions for building documentation (#1508)
Issue: SPR-15906
This commit is contained in:
committed by
Sam Brannen
parent
2b44e6e21c
commit
721af4f780
@@ -5,12 +5,12 @@ document describes how to contribute documentation updates.
|
||||
|
||||
== Building with Gradle
|
||||
|
||||
You can build the documentation using gradle using the `reference` task. For example, from
|
||||
You can build the documentation using gradle using the `asciidoctor` task. For example, from
|
||||
the project root execute the following command:
|
||||
|
||||
./gradlew reference
|
||||
./gradlew asciidoctor
|
||||
|
||||
the output will be available at `spring-framework/build/reference/htmlsingle/index.html`
|
||||
the output will be available at `spring-framework/build/asciidoc/html5/index.html`
|
||||
|
||||
== Live editing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user