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 ``` $ cat Downloads.yaml type: object properties: dnclient: type: object properties: latest: description: Download links for the latest DNClient version $ref: './DownloadsDNClientLinks.yaml' additionalProperties: $ref: './DownloadsDNClientLinks.yaml' $...

bug

## Describe the bug Swizzled components in typescript cannot resolve "theme" components ## Expected behavior Swizzled components should be able to resolve "theme" components ## Steps to reproduce 1.Install docusaurus-openapi-plugin...

bug

Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...

dependencies

## Describe the bug If I have a response JSON object with no fields, like: ```json "responses": { "200": { "description": "OK", "content": { "application/json": { "schema": { "type": "object",...

bug

## Describe the bug When i run the gen-api-docs command, it correctly creates the docs and the sidebar.ts file. When i run the clean-api-docs command, it correctly deletes the docs...

bug

## Description adds a row wrapper for col classes to ensure proper padding ![image](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/assets/76127644/c4eb4932-e4ad-47b0-b13f-06375012f22d) fix a bug, which is also available on the demo site

### Is your feature request related to a problem? When setting a request param, the value is removed anytime you navigate away from the page except for the Auth Bearer...

enhancement

## Describe the bug The parameters that go in the body of endpoints should not be present **if they are read-only**. Currently, **this is not true** when the parameter is...

bug

## Describe the bug The parameters that go in the body of endpoints should not be present if they are read-only. Currently, this is not true when the parameter is...

bug

## Describe the bug When we have a definition of an object that is an array of items defined, in turn, with an allOf, it does not render well. ##...

bug