f2f7eb7482
- add and register Antora Collector - configure Antora Collection at runtime using another extension
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "spring-security-docs-site",
|
|
"description": "Spring Security Docs",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@antora/cli": "^3.1.0",
|
|
"@antora/site-generator-default": "^3.1.0",
|
|
"@antora/collector-extension": "1.0.0-alpha.2"
|
|
},
|
|
"overrides": {
|
|
"vinyl-fs": {
|
|
"glob-stream": "~7.0"
|
|
}
|
|
}
|
|
}
|