We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are considering a deploying a private API reference for Beta customers and keep that API separate from our public REST API.
Is it possible to run 2 or more instances of ReDoc on one server?
Thanks!
The text was updated successfully, but these errors were encountered:
@arodoni yes this is possible. First of all ReDoc is pure client-side application so it does not run on the server.
The simplest and recommended solution is just to setup 2 different pages each with ReDoc instance pointing to another swagger spec.
Alternatively, ReDoc supports dynamic spec urls as on our demo page so you can end up using only one page.
Let me know if I answered your question
Sorry, something went wrong.
Thank you for the quick response! I got it to work with 2 HTML and 2 swagger specs.
No branches or pull requests
We are considering a deploying a private API reference for Beta customers and keep that API separate from our public REST API.
Is it possible to run 2 or more instances of ReDoc on one server?
Thanks!
The text was updated successfully, but these errors were encountered: