Merge PDF reference documentation into single file

This commit configures the documentation build to merge the entire
reference documentation into a single PDF file.

To achieve that, this commit also fixes duplicate anchors that were
introduced while factoring out common parts of the documentation for MVC
and WebFlux.

Closes gh-28451
This commit is contained in:
Brian Clozel
2022-11-06 14:56:53 +01:00
parent af8518ab1e
commit 4b22a4a0d8
17 changed files with 106 additions and 78 deletions

View File

@@ -130,7 +130,7 @@ asciidoctorPdf {
baseDirFollowsSourceDir()
configurations 'asciidoctorExtensions'
sources {
include '*.adoc'
include 'spring-framework.adocbook'
}
outputDir "$buildDir/docs/ref-docs/pdf"
forkOptions {