docusaurus-openapi-docs icon indicating copy to clipboard operation
docusaurus-openapi-docs copied to clipboard

🦝 OpenAPI plugin for generating API reference docs in Docusaurus v2.

Results 128 docusaurus-openapi-docs issues
Sort by recently updated
recently updated
newest added

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...

bug

### Is your feature request related to a problem? I would like to have the capability for high-level grouping of API tags. ![x-tag-group 77eaaf154dd96f7967697aff1a1370c8b8fa58deb4721b1186a8829f28c5f515 5184029f](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/assets/151511048/05dc60d9-409e-43fe-9631-cc8fedcd1dd0) ### Describe the solution you'd...

enhancement
reviewing :eyes:

## 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....

bug
reviewing :eyes:

source: ![image](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/assets/4364314/5831f7f7-1bd5-46ee-9668-f231a621c83a) to: ![image](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/assets/4364314/18204a1d-b9db-4568-97e3-2e08eca4892e)

enhancement

## 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...

bug
reviewing :eyes:

## 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...

bug
reviewing :eyes:

## 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}`, });...

bug
reviewing :eyes:

## 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...

bug
reviewing :eyes:

## 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...

bug
reviewing :eyes:

### 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...

enhancement
reviewing :eyes: