Skip to content

Commit

Permalink
resolves #21 add router extension to handle inbound requests from old…
Browse files Browse the repository at this point in the history
… site (PR #22)
  • Loading branch information
mojavelinux authored Apr 29, 2024
1 parent a079286 commit c4dddef
Show file tree
Hide file tree
Showing 4 changed files with 1,538 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ If you want to run the full production build, enable the `full` execution profil
The full production build is equivalent to the following `npm` and `npx` command:

$ npm i --package-lock false
ANTORA_CACHE_DIR=$PWD/.cache/antora npx --offline antora --clean --fetch --extension @antora/collector-extension --extension @antora/lunr-extension --extension jetty-downloads --extension register-asciidoctor-kroki --log-failure-level warn --stacktrace antora-playbook.yml
ANTORA_CACHE_DIR=$PWD/.cache/antora npx --offline antora --clean --fetch --extension @antora/collector-extension --extension @antora/lunr-extension --extension jetty-downloads --extension register-asciidoctor-kroki --extension ./lib/router-extension.js --log-failure-level warn --stacktrace antora-playbook.yml

The Maven plugin also prints the `npx` command before running it for informational purposes and to help you debug the configuration.

Expand Down
Loading

0 comments on commit c4dddef

Please sign in to comment.