docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
🦝 OpenAPI plugin for generating API reference docs in Docusaurus v2.
### 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...
## 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.  because this repo has failed too many community health checks. **Repo maintainers:** Please take the time to fix the...
## 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...
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...
## Describe the bug In Firefox some scrollbars are rendered that probably should not be rendered (see screenshots below). ## Screenshots ### Firefox     ### Chrome ...
## 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...
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...
### 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...