Remove antora and add asciidoctor
Closes gh-690
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
plugins {
|
||||
id "io.spring.convention.docs"
|
||||
}
|
||||
|
||||
asciidoctor {
|
||||
attributes([
|
||||
"spring-authorization-server-version": project.version,
|
||||
"examples-dir": "examples",
|
||||
"docs-java": "$sourceDir/examples/src/main/java",
|
||||
"chomp": "default headers packages",
|
||||
"toc": "left",
|
||||
"toclevels": "4"
|
||||
])
|
||||
}
|
||||
|
||||
docsZip {
|
||||
from (api) {
|
||||
into "api"
|
||||
}
|
||||
from(asciidoctor) {
|
||||
into "reference/html"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user