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 DefaultValue used to prefil the request tester, it does not anymore which is annoying as it requires much more copy-paste ## Screenshots ## Your Environment -...

bug

Hi, I need help on this requirment. I want the Server Section of the Api Panel to be shown in the info section page as well. I imported Server component...

bug

### Is your feature request related to a problem? I'm wondering if you support objects as query params. I've been trying to use this feature, which seems to be supported...

enhancement

https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/d3d85a1877578580e06bd48e62d8786e9ec60581/packages/docusaurus-plugin-openapi-docs/src/markdown/createStatusCodes.ts#L283 Spellchecker noticed `"data-collaposed"` instead of `"data-collapsed"`

bug

## Describe the bug I'm experiencing issues with API documentation while adding a large API to a Docusaurus project. When I try to build the project, I receive multiple errors...

bug

## Documentation link N/A ## Describe the problem Request for improvement. We are looking for support for the deepObject notation. Given the following example specification: ```yaml name: query in: query...

documentation

## Describe the bug When using composition patter in the object schema (allOf), exception is thrown. ``` Error while resolving allOf schema: Error: Could not resolve values for path:"enum". They...

bug

## Describe the bug Having a query element being intersection of 2 enums renders in as an object, instead of all available options. ## Expected behavior (Using Swagger editor) ![image](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/assets/62526399/010fd13f-0fa6-4cb9-a06a-4d15f8be7b7b)...

bug

## Describe the bug I have the following config: ```ts presets: [ [ 'classic', ({ docs: { routeBasePath: '/', // Serve the docs at the site's root ``` Which means...

bug

## Describe the bug The section of postman plugin is without the theme and some of our documentation didn't get the postman code in mdx. ## Expected behavior The postman...

bug