Polish
This commit is contained in:
@@ -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
|
||||
<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!
|
||||
@@ -1,3 +1,3 @@
|
||||
= Spring Cloud Build
|
||||
|
||||
include::README.adoc
|
||||
include::README.adoc[]
|
||||
|
||||
4
pom.xml
4
pom.xml
@@ -713,7 +713,7 @@ limitations under the License.
|
||||
</goals>
|
||||
<configuration>
|
||||
<sourceDocumentName>${docs.main}.adoc</sourceDocumentName>
|
||||
<sourceDirectory>${basedir}/target/</sourceDirectory>
|
||||
<sourceDirectory>${basedir}/target/generated-index/</sourceDirectory>
|
||||
<backend>html</backend>
|
||||
<doctype>article</doctype>
|
||||
<attributes>
|
||||
@@ -899,7 +899,7 @@ limitations under the License.
|
||||
</goals>
|
||||
<configuration>
|
||||
<target>
|
||||
<echo file="${basedir}/target/${docs.main}.adoc">
|
||||
<echo file="${basedir}/target/generated-index/${docs.main}.adoc">
|
||||
:nofooter:
|
||||
:linkcss:
|
||||
:stylesdir: css
|
||||
|
||||
Reference in New Issue
Block a user