Replies: 1 comment
-
|
It is better to open this issue directly in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
We are using the asyncapi bundler to flatten external references within a documentation generation pipeline, prior to html generation, as follows:
docker run --rm -v $PWD/src/spec:/spec -v $PWD/target/generated-docs/asyncapi:/output asyncapi/cli:latest bundle /spec/asyncapi.yml --output /output/asyncapi.yml --reference-into-componentsIn order to resolve external references, the bundler is using the
json-schema-ref-parserlibrary, is it possible to configure, with some environment variable, a local cache reducing the number of external calls?thx alot
Beta Was this translation helpful? Give feedback.
All reactions