docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
π¦ OpenAPI plugin for generating API reference docs in Docusaurus v2.
The cloning template provided in the documentation at https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/tree/main#installing-from-template seems to be broken. Even after trying different cloning options and forking the repository, the same error persists. Refer to the...
### Is your feature request related to a problem? I would like to have the capability for high-level grouping of API tags.  ### Describe the solution you'd...
## Describe the bug With version `2.0.0-beta.3` you've forked the `CodeBlock` component to `ApiCodeBlock`. When I use the plugin and the built-in code blocks with the `showLineNumbers` the formatting breaks....
source:  to: 
## Describe the bug The plugin works fine with docusaurus 2.3.0 with plugin 1.7.3. Creating this issue to document a current failure mode with the beta release. ``` Module not...
## Describe the bug When running `npx docusaurus gen-api-docs all` against my JSON schema, I get the following error: ``` Error: No resolver found for key if. You can provide...
## Documentation link [buildPostmanRequest Github Docs](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/main/packages/docusaurus-theme-openapi-docs/src/theme/ApiDemoPanel/buildPostmanRequest.ts) ``` //buildPostmanRequest.ts function setPathParams(postman: sdk.Request, queryParams: Param[]) { const source = queryParams.map((param) => { return new sdk.Variable({ key: param.name, value: param.value || `:${param.name}`, });...
## Describe the bug The interactive Prism console for upload endpoint doesn't seem to make the right call for endpoints with content-type `multipart/form-data` ## Expected behavior Expects the call made...
## Describe the bug Currently the built in docusarus custom rendering of markdown is not working as intended. For example admonitions are not rendering and also codeblocks are not rendering...
### Is your feature request related to a problem? I am testing out the 2.0 beta, and so far it is much easier to customize and style. π But, I...