This plugin parses your OpenAPI spec files and creates pages using the ApiDoc
component from your theme. Use with docusaurus-theme-redoc
.
Read More Here: https://github.com/rohit-gohri/redocusaurus
Either of spec
or specUrl
is required.
A path to a OpenAPI yaml or json file. Will be parsed and forwarded to Redoc component. This has higher priority over specUrl.
A url pointing to an OpenAPI spec.
An object to pass as layout props. Useful to set title/description of the page. See all properties available here.
Route URL at which docs would be available
If you want to use a custom component to render the spec instead of the one with docusaurus-theme-redoc
then overwrite this with a path to the component.
It will be forwarded a single prop, see ApiDoc for example.