Ollie Monk
Ollie Monk
## Description Change packages/docusaurus-plugin-openapi-docs/src/types.ts to a declaration file. ## Motivation and Context Following on from https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/pull/1220 we are still not able to run typescript checking across our site due to...
### Is your feature request related to a problem? Request examples are rendered for schemas in the code explorer which is great. Callbacks do not render `example` | `examples` when...
https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/78bfd444c557f94a67344d6276025f4958a921bd/packages/docusaurus-plugin-openapi-docs/src/index.ts#L338-L345 We have an issue where the [SecuritySchemas](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/78bfd444c557f94a67344d6276025f4958a921bd/packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/SecuritySchemes/index.tsx#L52) `name: [name_of_security_schema]` is rendered with two `//` in the URL path which when clicked on leads to the 404 page. I've taken...
## Describe the bug On the API page template we are seeing operation descriptions which contain `` rendered correctly as HTML On the tag page, Cards which render the operation...