2.0.2 • Published 1 month ago

docusaurus-plugin-redoc v2.0.2

Weekly downloads
290
License
MIT
Repository
github
Last release
1 month ago

Docusaurus Plugin Redoc

npm

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

Options

Either of spec or specUrl is required.

spec

A path to a OpenAPI yaml or json file. Will be parsed and forwarded to Redoc component. This has higher priority over specUrl.

specUrl

A url pointing to an OpenAPI spec.

layout

An object to pass as layout props. Useful to set title/description of the page. See all properties available here.

routePath (default: /api/)

Route URL at which docs would be available

apiDocComponent (default: @theme/ApiDoc)

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.

2.0.2

2 months ago

2.0.0

6 months ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

2 years ago

1.2.3

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

1.1.2

2 years ago

1.0.3

2 years ago

1.0.0

2 years ago

0.9.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.5.0-next.0

3 years ago

0.4.6

3 years ago

0.4.1

3 years ago

0.4.0-beta.0

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.2

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago