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 When i am using docusaurus-search-local plugin with theme i am getting this error.i am not able to implement any search with this plugin. Local search pulgin...

bug

## Describe the bug When creating the openAPI schema, It would be convenient to allow regenerating MDX files as the openAPI schema changes. Currently, when I change the schema and...

bug

## Describe the bug When upgrading 2.0.0.beta.3 -> 2.0.0.beta.5, our build is broken. All our openapi endpoints produce errors similar to this: ``` Module not found: Error: Can't resolve '@theme/ApiDemoPanel/MethodEndpoint'...

bug

## Description We are using the plugin to convert openAPI spec in yaml files to markdown file to render as Documentation in our Docusaurus based application. Pluggin stoped rendering texts...

bug

### Is your feature request related to a problem? Currently I generate a lot of API docs with your plugin, but as the endpoints are not fixed for our staging...

enhancement

## Describe the bug A response of type `array` that uses the `anyOf` or `oneOf` discriminators to define the items will result in an incomplete Example (From Schema). ## Expected...

bug

## Steps to reproduce 1. `yarn add [email protected]` 2. `yarn add [email protected]` 3. Edit docusaurus.config.js based on [the readme](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs#configuring-docusaurusconfigjs-plugin-and-theme-usage) 4. `yarn dev` to run the local preview server ## Expected...

bug

### Postman collection support I would like to thanks for this wonderful API documentation tool. I have and almost a lot of people faced problems while converting postman collection to...

enhancement

## Describe the bug We are using parameters for content types and it seems that the Body component in the theme does not have a valid condition for it. https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/packages/docusaurus-theme-openapi-docs/src/theme/ApiDemoPanel/Body/index.tsx...

bug

## Describe the problem There's very little documentation in the README. Basically the only usage documentation is the instructions at the bottom saying to clone the repo and start with...

documentation