docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
infoPath is rendered with `//` in the URL
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 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 a look through the code but im pretty confused by it. Any ideas where I might be able to correct my schema or plugin config to avoid this?