We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f7f83 commit a839fbeCopy full SHA for a839fbe
2 files changed
build-docs.sh
@@ -1,4 +1,4 @@
1
#!/bin/bash
2
3
# Generate the README.md, CONTRIBUTING.md and the Antora site
4
-./mvnw -pl spring-grpc-docs package antora -P docs
+./mvnw -pl spring-grpc-docs package antora docs
spring-grpc-docs/README.md
@@ -15,6 +15,6 @@ The Spring gRPC configuration properties are automatically documented as follows
15
16
To build the Antora site locally run the following command from the project root directory:
17
```
18
-./mvnw -pl spring-grpc-docs process-resources antora -P docs
+./mvnw -pl spring-grpc-docs process-resources antora
19
20
You can then view the output by opening `spring-grpc-docs/target/antora/site/index.html`.
0 commit comments