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

### Is your feature request related to a problem? When implementing versioning, it's easy for a user to forget or overlook which version of an API doc they are looking...

enhancement
help wanted

## Describe the bug In some cases, certain API's require multiple security schemes for authentication. As of now, the current `` component only supports a single security scheme render. ![Screen...

bug

### Is your feature request related to a problem? Today, there is no method for downloading the source OpenAPI specification file, for use "offline", e.g. Postman, Insomnia, SDK generation, some...

enhancement

This issue was opened by a bot called [Community Health (PANW)](https://github.com/apps/community-health-panw) because this repo has failed too many community health checks. **Repo maintainers:** Please take the time to fix the...

reviewing :eyes:

## Describe the bug When browsing generated documentation, if an API Endpoint has required fields that are not filled in and the user clicks 'Send API Request' regardless, the panel...

bug

If I have a docusaurus.config.js that has: ``` plugins: [ tailwindPlugin, webpackPlugin, [ 'docusaurus-plugin-openapi-docs', .... ] ... ``` `npm run build` fails with: ``` [ERROR] TypeError: Cannot read properties of...

bug

## Describe the bug In Firefox some scrollbars are rendered that probably should not be rendered (see screenshots below). ## Screenshots ### Firefox ![image](https://user-images.githubusercontent.com/27026029/191290338-982c5d80-2735-489f-9223-9df42a87784d.png) ![image](https://user-images.githubusercontent.com/27026029/191290444-f6dd1f94-6749-485b-9172-041249da60cb.png) ![image](https://user-images.githubusercontent.com/27026029/191290493-5e6b86a5-10c4-4468-bf16-579d995775e1.png) ![image](https://user-images.githubusercontent.com/27026029/191290621-3040e34c-a8ea-40e9-8371-696f9b3277e6.png) ### Chrome ![image](https://user-images.githubusercontent.com/27026029/191291694-f24830b4-d484-4b52-86b8-fff870cff643.png)...

bug
help wanted

## Description Introduces status code to the response card. > Note: Also includes refactor/fix for `ApiItem` not rendering properly for non-API docs. ## Motivation and Context Status code could be...

enhancement
DO NOT MERGE

Hi, ## Documentation link https://github.com/PaloAltoNetworks/docusaurus-openapi-docs ## Describe the problem we would like to achieve a functionality that is similar to the one that you present here: https://docusaurus-openapi.tryingpan.dev/petstore/add-pet We are starting...

documentation
enhancement
help wanted

### Is your feature request related to a problem? There's limited CSS selectors available to override styles in `ApiItem` and `ApiDemoPanel`. ### Describe the solution you'd like BEM-style classes should...

enhancement
help wanted