From 09317bb95cb2a1292caa2c7344fbce5cfe0c6ec9 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 31 Aug 2017 14:27:44 +0200 Subject: [PATCH] Polish --- README.adoc | 4 +++- docs/src/main/asciidoc/spring-cloud-build.adoc | 2 +- pom.xml | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.adoc b/README.adoc index 0ccbb2bd..ea497299 100644 --- a/README.adoc +++ b/README.adoc @@ -126,4 +126,6 @@ approach of generating documentation just add these plugins to your `docs` modul <1> This plugin downloads and unpacks the resources of the `spring-cloud-build-docs` module <2> This plugin is required to parse the Asciidoctor documentation <3> This plugin converts the Asciidoctor documentation into single and multi page docs -<4> This plugin is required to copy resources into proper final destinations and to generate main README.adoc \ No newline at end of file +<4> This plugin is required to copy resources into proper final destinations and to generate main README.adoc + +IMPORTANT: The order of plugin declaration is important! \ No newline at end of file diff --git a/docs/src/main/asciidoc/spring-cloud-build.adoc b/docs/src/main/asciidoc/spring-cloud-build.adoc index 52e87c18..ba98d967 100644 --- a/docs/src/main/asciidoc/spring-cloud-build.adoc +++ b/docs/src/main/asciidoc/spring-cloud-build.adoc @@ -1,3 +1,3 @@ = Spring Cloud Build -include::README.adoc +include::README.adoc[] diff --git a/pom.xml b/pom.xml index f093c542..418a7515 100644 --- a/pom.xml +++ b/pom.xml @@ -713,7 +713,7 @@ limitations under the License. ${docs.main}.adoc - ${basedir}/target/ + ${basedir}/target/generated-index/ html article @@ -899,7 +899,7 @@ limitations under the License. - + :nofooter: :linkcss: :stylesdir: css