You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-grpc-docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ The top level README and CONTRIBUTING guidleines documentation are generated fro
8
8
The Spring gRPC configuration properties are automatically documented as follows:
9
9
10
10
1. This module contains a Java class (`org.springframework.grpc.internal.ConfigurationPropertiesAsciidocGenerator`) that is compiled when the module is built.
11
-
1. This class is then used during the Maven `package` phase to generate an asciidoc page containing each of the configuration properties.
11
+
1. This class is then used during the Maven `process-resources` phase in the `docs` profile to generate an asciidoc page containing each of the configuration properties.
12
12
1. The asciidoc is then included in the Antora reference documentation.
13
13
14
14
## Antora Site
15
15
16
16
To build the Antora site locally run the following command from the project root directory:
0 commit comments