Skip to content

Commit 0db3f2b

Browse files
committed
Publish documentation under reference/html folder
This is done: - For consistency with other Spring projects - Because it is probably a better option to use reference instead of spring-framework-reference (spring-framework is already present in the URL) - To improve PDF documentation discoverability As a consequence: - spring-framework-reference HTML documentation is now published under reference/html - spring-framework-reference/pdf PDF documentation is now published under reference/pdf The following permanent redirect should be created before Spring Framework 5.3.0 release: - current/spring-framework-reference/pdf/* to current/reference/pdf/* - current/spring-framework-reference/* to current/reference/html/* Closes gh-25071
1 parent f37e0c6 commit 0db3f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/docs.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ task docsZip(type: Zip, dependsOn: ['api', 'asciidoctor', 'dokka']) {
188188
into "javadoc-api"
189189
}
190190
from ("$asciidoctor.outputDir/html5") {
191-
into "spring-framework-reference"
191+
into "reference/html"
192192
}
193193
from ("$asciidoctor.outputDir/pdf") {
194-
into "spring-framework-reference/pdf"
194+
into "reference/pdf"
195195
}
196196
from (dokka) {
197197
into "kdoc-api"

0 commit comments

Comments
 (0)