I noticed this new feature in the release notes for Spring Cloud GCP 7.1.0:
parameter: added support for remote configuration using the gcp parameter manager (#3684) (d73760e)
I see in the commit that docs/src/main/asciidoc/parameter.adoc was added, and I can indeed open https://googlecloudplatform.github.io/spring-cloud-gcp/7.1.0/reference/html/parameter.html, but it seems this page wasn't added to the table of contents of the Spring Cloud GCP 7.1.0 documentation, so this information is not accessible from there.
I think include::parameter.adoc[] should be added in docs/src/main/asciidoc/index.adoc?
I noticed this new feature in the release notes for Spring Cloud GCP 7.1.0:
I see in the commit that
docs/src/main/asciidoc/parameter.adocwas added, and I can indeed open https://googlecloudplatform.github.io/spring-cloud-gcp/7.1.0/reference/html/parameter.html, but it seems this page wasn't added to the table of contents of the Spring Cloud GCP 7.1.0 documentation, so this information is not accessible from there.I think
include::parameter.adoc[]should be added indocs/src/main/asciidoc/index.adoc?