docusaurus-openapi-docs icon indicating copy to clipboard operation
docusaurus-openapi-docs copied to clipboard

🦝 OpenAPI plugin for generating API reference docs in Docusaurus v2.

Results 128 docusaurus-openapi-docs issues
Sort by recently updated
recently updated
newest added

## Describe the bug Styling for the version dropdown is commented out which hides the drop-down icon and decreases the width ## Expected behavior The version dropdown should behave like...

bug

## Describe the bug Currently our spec contains a `Default` example. Which breaks the plugin, as the name and value `default` is already used for the `defaultBody`.But seeing that in...

bug

## Describe the bug I'm trying to implement an API reference page on my docs. I have multiple yaml files and am trying to bring the all into my docs...

bug

## Documentation link https://github.com/PaloAltoNetworks/docusaurus-openapi-docs#configuring-docusaurusconfigjs-plugin-and-theme-usage ## Describe the problem The guide does not sufficiently describe how to get the plugin working with a docusaurus project. Using the provided code examples does...

documentation

### Is your feature request related to a problem? In a bigger API, some sub-paths might be similar, e.g. * `/my-api-endpoint/user/get-by-id` * `/my-api-endpoint/blob/get-by-id` But the OpenApi-Generator creates two paths which...

enhancement

## No serializer registered for ProvidedDependency I am getting warnings when running `yarn dev` with this plugin enabled ```sh [webpack.cache.PackFileCacheStrategy] Skipped not serializable cache item 'Compilation/modules|/Users/tiero/projects/prem/dev-portal/node_modules/webpack/hot/log.js': No serializer registered for...

bug

## Describe the bug ``` Error: MDX compilation failed for file "" Cause: Expected a closing tag for `` (30:1951-30:1956) before the end of `paragraph` Details: { "name": "30:1-30:1956", "message":...

bug

### Is your feature request related to a problem? This is really missing, Schemas reference. Ideally with the ability to filter. We use nestjs and so we have both Entities...

enhancement

### Is your feature request related to a problem? Unless my spec isn't rendering right, it looks like if an endpoint, for instance, uses Oauth2 password flow, the request parameters...

enhancement

## Describe the bug When I generate the doc I have the following error: TypeError: Cannot create property 'description' on boolean 'true' ## Expected behavior generation of the doc ##...

bug