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 In the code samples, we find `Authorization`as ``. However, when we use JWT, the `` requires a prefix (`JWT `). That is not clear in the...

bug

## Describe the bug I am upgrading from 2.0 beta to 3.0.1, and get several of these errors when I build: ``` [react-markdown] Warning: please pass a string as `children`...

bug

### Is your feature request related to a problem? It is related to UI/UX to show the server URLs in a table shown on every endpoint below the request path....

enhancement

Hello, I'm trying to set up **Docusaurus from scratch on Windows** following this instruction - https://github.com/PaloAltoNetworks/docusaurus-openapi-docs?tab=readme-ov-file#bootstrapping-from-template-new-docusaurus-site But I get an error when cloning the repository. Here are the steps I...

documentation

### Is your feature request related to a problem? No ### Describe the solution you'd like I am looking for a way to re-create the same functionality that you have...

enhancement

## Describe the bug I am trying to integrate this package into my existing docusaurus documentation and i'm running into issues with running the docs. I get this error everytime...

documentation
question

## Description Long overdue improvements to how discriminator schemas are handled. Important notes: * In the event that the discriminator property is defined at both the parent and sub schema...

bug
v4.0.0

## Describe the bug Hello I create a sample of new empty Docusaurus project with command ``` npx create-docusaurus@latest my-website classic ``` The docusaurus dependencies after install are: ``` "@docusaurus/core":...

bug

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.7 to 6.6.0. Commits b8a7edd 6.6.0 34c8534 fix: signature verification due to leading zeros See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=elliptic&package-manager=npm_and_yarn&previous-version=6.5.7&new-version=6.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...

dependencies
javascript

I want to reuse a common component (MDX) in several areas of my OpenAPI spec as shown in the example below. The `` tags are getting passed through, but the...