Commit 613462ac authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #25374 from cdalexndr

* pr/25374:
  Polish "Add section to update the Reference Documentation"
  Add section to update the Reference Documentation

Closes gh-25374
parents b9bfc152 add6a729
......@@ -74,6 +74,19 @@ The project can be built from the root directory using the standard Gradle comma
== Updating the Reference Documentation
The reference documentation is stored in this repository, see `spring-boot-project/spring-boot-docs/src/docs/asciidoc`.
We use https://asciidoctor.org/docs/asciidoc-writers-guide/[Asciidoc] and you can build the documentation locally using this command:
[indent=0]
----
$ ./gradlew spring-boot-project:spring-boot-docs:asciidoc
----
NOTE: The generated HTML documentation is available from `spring-boot-project/spring-boot-docs/build/docs/asciidoc/`.
=== Importing into Eclipse
You can import the Spring Boot code into any Eclipse 2019-12-based distribution.
The easiest way to setup a new environment is to use the Eclipse Installer with the provided `spring-boot-project.setup` file (in the `/eclipse` folder).
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment