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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user