From 5ccf8ebecfa436fe8edea3d1a982f4bed0ee8b12 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Fri, 6 Sep 2019 11:50:17 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/README.html | 5 ++++- reference/html/index.html | 5 ++++- reference/html/spring-cloud-build.html | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/reference/html/README.html b/reference/html/README.html index 51e32742..e4a3cbdd 100644 --- a/reference/html/README.html +++ b/reference/html/README.html @@ -563,7 +563,10 @@ The order of plugin declaration is important!
-

In order for the build to generate the adoc file with all your configuration properties, your docs module should contain all the dependencies on the classpath, that you would want to scan for configuration properties. The file will be output to ${docsModule}/src/main/asciidoc/configprops.adoc file.

+

In order for the build to generate the adoc file with all your configuration properties, your docs module should contain all the dependencies on the classpath, that you would want to scan for configuration properties. The file will be output to ${docsModule}/src/main/asciidoc/configprops.adoc file (configurable via the configprops.path property).

+
+
+

If you want to modify which of the configuration properties are put in the table, you can tweak the configprops.inclusionPattern pattern to include only a subset of the properties (e.g. <configprops.inclusionPattern>spring.sleuth.*</configprops.inclusionPattern>).

Spring Cloud Build Docs comes with a set of attributes for asciidoctor that you can reuse.

diff --git a/reference/html/index.html b/reference/html/index.html index 741c2ad1..2a834663 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -564,7 +564,10 @@ The order of plugin declaration is important!
-

In order for the build to generate the adoc file with all your configuration properties, your docs module should contain all the dependencies on the classpath, that you would want to scan for configuration properties. The file will be output to ${docsModule}/src/main/asciidoc/configprops.adoc file.

+

In order for the build to generate the adoc file with all your configuration properties, your docs module should contain all the dependencies on the classpath, that you would want to scan for configuration properties. The file will be output to ${docsModule}/src/main/asciidoc/configprops.adoc file (configurable via the configprops.path property).

+
+
+

If you want to modify which of the configuration properties are put in the table, you can tweak the configprops.inclusionPattern pattern to include only a subset of the properties (e.g. <configprops.inclusionPattern>spring.sleuth.*</configprops.inclusionPattern>).

Spring Cloud Build Docs comes with a set of attributes for asciidoctor that you can reuse.

diff --git a/reference/html/spring-cloud-build.html b/reference/html/spring-cloud-build.html index 741c2ad1..2a834663 100644 --- a/reference/html/spring-cloud-build.html +++ b/reference/html/spring-cloud-build.html @@ -564,7 +564,10 @@ The order of plugin declaration is important!
-

In order for the build to generate the adoc file with all your configuration properties, your docs module should contain all the dependencies on the classpath, that you would want to scan for configuration properties. The file will be output to ${docsModule}/src/main/asciidoc/configprops.adoc file.

+

In order for the build to generate the adoc file with all your configuration properties, your docs module should contain all the dependencies on the classpath, that you would want to scan for configuration properties. The file will be output to ${docsModule}/src/main/asciidoc/configprops.adoc file (configurable via the configprops.path property).

+
+
+

If you want to modify which of the configuration properties are put in the table, you can tweak the configprops.inclusionPattern pattern to include only a subset of the properties (e.g. <configprops.inclusionPattern>spring.sleuth.*</configprops.inclusionPattern>).

Spring Cloud Build Docs comes with a set of attributes for asciidoctor that you can reuse.