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

## Description Handle various schemas inside `additionalProperties` correctly (as far as I can tell). ## Motivation and Context Trying to fix issues I have with properly displaying types in `additionalProperties`....

## Describe the bug Generated MDX from swagger causing MDX Compilation to fail. Throws error `Unexpected character `&` (U+0026) in name, expected a name character such as letters, digits, `$`,...

bug

## Describe the bug When we have an API that requires a list of documents in input, it's impossible to upload them. ## Expected behavior The upload of multiple files...

bug

## Description See #692 for background. ## Motivation and Context Allows users to disable compression to avoid differences in compressed frontmatter `api` output between local and CI operating system. ##...

enhancement

## Describe the bug I'm facing a runtime issue when switching from languages tabs. For some languages ( e.g., `curl` and `powershell`) it works perfectly, but if I add other...

bug

## Describe the bug When I swizzle (eject) ApiExplorer/SecuritySchemes, the changes I make to the index.js file do not take effect. To keep things simple I wanted to expand the...

bug

## Describe the bug My yaml spec doc contains the following non-required headers for a POST endpoint: ``` parameters: - schema: type: string in: header name: Authorization required: false -...

bug

## Describe the bug Request example values for `date` and `date-time` properties change each time OpenAPI docs are generated. This seems to be the reason why specific endpoints had always-changing...

bug