Commit c4b1a22e authored by Stephane Nicoll's avatar Stephane Nicoll

Polish "Add Spring-specific styling to Gradle Plugin's documentation"

Closes gh-16327
parent 466b57cd
...@@ -274,7 +274,17 @@ ...@@ -274,7 +274,17 @@
<target> <target>
<zip <zip
destfile="${project.build.directory}/${project.artifactId}-${project.version}-docs.zip"> destfile="${project.build.directory}/${project.artifactId}-${project.version}-docs.zip">
<fileset dir="${project.build.directory}/generated-docs" /> <zipfileset
src="build/libs/${project.artifactId}-${project.version}-javadoc.jar"
prefix="api" />
<zipfileset dir="${project.build.directory}/generated-docs/reference/html"
prefix="reference/html" />
<mappedresources>
<fileset dir="${project.build.directory}/generated-docs/reference/pdf"
includes="index.pdf" />
<globmapper from="index.pdf"
to="reference/pdf/spring-boot-gradle-plugin-reference.pdf" />
</mappedresources>
</zip> </zip>
</target> </target>
</configuration> </configuration>
...@@ -321,6 +331,7 @@ ...@@ -321,6 +331,7 @@
</executions> </executions>
<configuration> <configuration>
<sourceDirectory>${refdocs.build.directory}</sourceDirectory> <sourceDirectory>${refdocs.build.directory}</sourceDirectory>
<sourceDocumentName>index.adoc</sourceDocumentName>
<attributes> <attributes>
<github-tag>${github-tag}</github-tag> <github-tag>${github-tag}</github-tag>
<version-type>${version-type}</version-type> <version-type>${version-type}</version-type>
......
...@@ -32,6 +32,7 @@ Andy Wilkinson ...@@ -32,6 +32,7 @@ Andy Wilkinson
:github-code: https://github.com/spring-projects/spring-boot/tree/{github-tag} :github-code: https://github.com/spring-projects/spring-boot/tree/{github-tag}
[[introduction]] [[introduction]]
== Introduction == Introduction
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment