Review Git contribution documentation

Closes gh-31904
This commit is contained in:
Stephane Nicoll 2022-08-17 08:58:14 +02:00
parent f7fba30345
commit 191593cf15

View File

@ -20,7 +20,7 @@ include::{snippets}/info/http-response.adoc[]
=== Response Structure
The response contains general information about the application.
Each section of the response is contributed by an `InfoContributor`.
Spring Boot provides `build` and `git` contributions.
Spring Boot provides several contributors that are described below.
@ -39,3 +39,6 @@ The following table describes the structure of the `git` section of the response
[cols="2,1,3"]
include::{snippets}/info/response-fields-beneath-git.adoc[]
NOTE: This is the "simple" output.
The contributor can also be configured to output all available data.