Is there a way to run redocusaurus only? #243
-
Hello, we use Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Why not using only Redocly's openapi-cli ? npx @redocly/openapi-cli preview-docs --port=8081 yourspec.yaml no build time, live reload |
Beta Was this translation helpful? Give feedback.
-
You can set the route as If you only have 1 single api schema and no separate docs then you can also do what @MarcLevisse suggested and directly use redoc, that's what redocusaurus uses under the hood. But if you have separate markdown docs or multiple APIs then I think redocusaurus is a better solution. |
Beta Was this translation helpful? Give feedback.
Why not using only Redocly's openapi-cli ?
Simple way to "display" your api document through ReDoc
no build time, live reload