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 173 docusaurus-openapi-docs issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Similar to https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/615#issuecomment-2197534877, I noticed that changes to the OpenAPI specs aren't reflected in sidebar.ts file: https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/00631740bd7a06d447ed7eb2aa4b7b7259593e71/packages/docusaurus-plugin-openapi-docs/src/index.ts#L181-L194 I think it would...

enhancement

## Describe the bug Given the following schema the generated page does not properly render and instead gives an error: ```error Docusaurus error: the component requires at least one children...

bug

## Description To be really honest I'm finding it very hard to follow a lot of the inner workings of this plugin. I am attempting to replicate the authorization section...

## Documentation link https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/README.md?plain=1#L182 ## Describe the problem The option `none` doesn't exist on `categoryLinkSource`. I got this error: ```shell message: '"config.orders.sidebarOptions.categoryLinkSource" must be one of [tag, info, auto]', ```...

documentation

## Describe the Bug When a property is defined as an object with `additionalProperties` and no properties are defined, the description is duplicated at both the top-level object and the...

bug

## Documentation link I just tried to run Docusaurus with Material ui pages here is my docusaurus.config.js `// @ts-check import { themes as prismThemes } from 'prism-react-renderer'; import apiVersions from...

documentation

## Describe the bug The generated documentation does not display a 'description' text provided on the level of 'enum' in array 'items'. ## Expected behavior The 'description' is rendered and...

bug

## Describe the bug I noticed that it can't render the example from the schema when using anyof. It does know that there are two possible responses, but not what...

bug

## Describe the bug As mentioned in https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/issues/410#issuecomment-2228526462, when using this plugin with an OpenAPI 3.1 schema that uses `[string, null]` as a list of valid types for a property,...

bug

## Describe the bug 1. I check out the demo exmple install the package and when I visit to the any methods of the api documentation the page is getting...

bug