ppalaga commented on a change in pull request #1342:
URL: https://github.com/apache/camel-quarkus/pull/1342#discussion_r442673037



##########
File path: docs/package.json
##########
@@ -4,10 +4,25 @@
   "description": "Apache Camel extensions for Quarkus Documentation",
   "license": "Apache-2.0",
   "devDependencies": {
-    "@antora/cli": "~2.3.0",
-    "@antora/site-generator-default": "~2.3.0",
+    "@antora/asciidoc-loader": "2.3.0",
+    "@antora/cli": "2.3.0",
+    "@antora/content-aggregator": "2.3.0",
+    "@antora/content-classifier": "2.3.0",
+    "@antora/document-converter": "2.3.0",
+    "@antora/playbook-builder": "2.3.0",
+    "@antora/site-generator-default": "2.3.0",
     "@antora/xref-validator": "gitlab:antora/xref-validator",
-    "lite-server": "^2.4.0"
+    "@djencks/asciidoctor-antora-indexer": "^0.0.2",
+    "escape-string-regexp": "~2.0",
+    "gulp": "~4.0",
+    "gulp-cheerio": "^1.0.0",
+    "gulp-htmlmin": "~5.0",
+    "html-validate": "~1.2",
+    "hugo-cli": "~0.11",
+    "link-checker": "~1.2",
+    "npm-run-all": "~4.1",
+    "opal-runtime": "1.0.11",
+    "toml": "~3.0"

Review comment:
       @djencks here is what I did to overcome the `urls.redirect_facility: 
must be one of the possible values: ["disabled","netlify","nginx","static"]: 
value was "httpd"` error trying to follow your advice to get "configuration for 
the checks that assures that the xref-checker is using a 2.3+ Antora":
   
   I copied all devDependencies from camel and ran `yarn install && yarn 
upgrade`. 
   
   As a result `yarn checks` pass now. 
   
   That could mean mission completed, but I suspect copying all devDependencies 
from camel is a bit too brute force, but I confess I have no clue which ones 
could be left out. Is it OK to leave it as is or you perhaps want to propose 
some changes?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to