1
0
mirror of synced 2026-08-04 17:27:13 +00:00

eliminate the dependency on the generated-docs repository

- add and register Antora Collector
- configure Antora Collection at runtime using another extension
This commit is contained in:
Dan Allen
2022-09-07 18:34:22 -06:00
committed by Steve Riesenberg
parent 6bd10b4056
commit f2f7eb7482
4 changed files with 36 additions and 7 deletions
+2 -1
View File
@@ -4,7 +4,8 @@
"private": true,
"dependencies": {
"@antora/cli": "^3.1.0",
"@antora/site-generator-default": "^3.1.0"
"@antora/site-generator-default": "^3.1.0",
"@antora/collector-extension": "1.0.0-alpha.2"
},
"overrides": {
"vinyl-fs": {