docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
🦝 OpenAPI plugin for generating API reference docs in Docusaurus v2.
## Describe the bug When I add a second API reference to my site it results in a "Hook useDocsVersion is called outside the . ## Expected behavior Both API...
### Is your feature request related to a problem? Yes, I would like docs to render with snippets that show use of an API's custom-built SDKs, rather than generic http...
## Description Long-standing PR for v3.0.0 release. Preview: https://docusaurus-openapi-36b86--pr660-a47qtiik.web.app/ ## Motivation and Context Provides support for Docusaurus v3.0.0 > Note: this branch automatically deploys canary releases and will be periodically...
### Is your feature request related to a problem? I was trying to use open api 3.1.0 syntax, but it seems to be causing problems, so maybe it's not supported?...
### Is your feature request related to a problem? When grouping by tag, operations are categorized using the tags as categories. On the overview page, each category shows the number...
### Is your feature request related to a problem? It's a minor thing, but if I provide an `example` key to the response schema, I see that it's used in...
## Describe the bug Passing `"/openapi.yaml"` to the `downloadUrl` config value fails to generate a download link, it'd be great to update the `isUrl()` function to accept relative urls.. https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/7c7db724055db181c672c8d265daa86a4ee91350/packages/docusaurus-plugin-openapi-docs/src/index.ts#L22...
### Is your feature request related to a problem? Not sure if this is a bug or a feature request. I would like to show examples of query parameters in...
OpenAPI supports optional "formats" on certain types: https://spec.openapis.org/oas/v3.1.0#data-types One of these is `format: password` for hinting to clients to mask the input. This would be a useful addition so that...
Hello everyone, Currently, the plugin doesn't seem to generate much internationalization data when running `docusaurus write-translations`. Only a single i18n label appears to be generated, at least in my environment:...