docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
🦝 OpenAPI plugin for generating API reference docs in Docusaurus v2.
## 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...
## 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`...
### 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....
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...
### 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...
## 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...
## 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...
## 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":...
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 [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any...
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...