Add prefix to appendix property anchor links

Refactor property appendix generator code so that the complete section
is generated and anchors follow the expected naming.

Closes gh-26375
This commit is contained in:
Phillip Webb
2021-05-18 13:24:39 -07:00
parent 86a5c90d20
commit 34b288e5fe
40 changed files with 797 additions and 675 deletions

View File

@@ -218,7 +218,7 @@ task documentVersionProperties(type: org.springframework.boot.build.constraints.
task documentConfigurationProperties(type: org.springframework.boot.build.context.properties.DocumentConfigurationProperties) {
configurationPropertyMetadata = configurations.configurationProperties
outputDir = file("${buildDir}/docs/generated/application-properties/documented-application-properties/")
outputDir = file("${buildDir}/docs/generated/")
}
tasks.withType(org.asciidoctor.gradle.jvm.AbstractAsciidoctorTask) {