mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-04-15 19:58:35 +00:00
Move reference to htmlsingle to match standard Spring reference layout
This commit is contained in:
parent
1a1f577a8b
commit
5427da6b27
@ -33,8 +33,11 @@ project('manual') {
|
|||||||
|
|
||||||
|
|
||||||
ext.spec = copySpec {
|
ext.spec = copySpec {
|
||||||
into ('reference') {
|
into ('reference/htmlsingle') {
|
||||||
from("${asciidoctor.outputDir}/dist/")
|
from("${asciidoctor.outputDir}/dist/html5")
|
||||||
|
}
|
||||||
|
into ('reference/pdf') {
|
||||||
|
from("${asciidoctor.outputDir}/dist/pdf")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user