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

## Describe the bug After following the docs for boilerplate setup I am getting an error: `error: missing required argument 'id'` ## Expected behavior Correct boilerplate setup ## Current behavior...

bug

## Description Upgrade to Docusaurus v3.6 - Enable [Docusaurus Faster](https://github.com/facebook/docusaurus/issues/10556) ## Motivation and Context It's faster, see https://github.com/facebook/docusaurus/issues/10556 ## Benchmarks Cold builds - almost 3x faster: ```bash hyperfine --prepare 'yarn...

## Describe the bug Generated API documents are not grouped by tag when rendered. ## Expected behavior Documents should be grouped by tag ## Current behavior *.tag.mdx files are being...

bug

Apologies for creating an issue with the questions, I could find the answers in the docs / examples. 1. Is there perhaps a configuration option to hide the http clients...

## Describe the bug Have a `parameter` defined for some path. That parameter can have a `description` which according to the OAS spec supports CommonMark syntax. This `description` is used...

bug

### Is your feature request related to a problem? I have been trying to create schema pages for my api within an autogenerated sidebar, but I have run into several...

enhancement

## Describe the bug I have an openapi.yaml file that has one path that is in this form POST `/first/second/path:custom-verb`. This path is not generated properly by docusaurus. Instead of...

bug

https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/87958a40fb27790d63bd463b9820e03f9a97fb9a/packages/docusaurus-plugin-openapi-docs/src/plugin-content-docs-types.d.ts#L8 These are available here: https://github.com/facebook/docusaurus/blob/main/packages/docusaurus-plugin-content-docs/src/sidebars/types.ts#L21 I'm wanting to lint my types but this lib fails it because the declaration file of this plugin is not included for reason This...

## Describe the bug Can't generate the api docs sucessfully due to a compatibility validation error with the following behaviour: I'm using allOf, have an object with an array of...

bug

## Describe the bug Will display the default value when the docs are generated: ```yaml primary_request_method: type: string enum: - GET - POST example: GET description: Primary request method of...

bug