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 173 docusaurus-openapi-docs issues
Sort by recently updated
recently updated
newest added

## Documentation link https://docs.nabla.com ## Describe the problem When declaring a field like the following: ```yaml email: $ref: "./shared/user_email.yaml" ``` While `user_email.yaml` is: ```yaml type: string description: Some long description...

documentation

## Describe the bug So Im adding the documentation of the api with paloalto plugin. And in this documentation, we added options and one of this is to add a...

bug
roadmap

## Describe the bug OAS including circular $ref, use `yarn docusaurus gen-api-docs all` encounter error ## Expected behavior successfully ## Current behavior fail ## Possible solution I tried my best...

bug
question
reviewing :eyes:

Can we get a list of models alongside the endpoints based on the [components/schema](https://swagger.io/docs/specification/data-models/)? Like Redocusaurus has here: https://redocusaurus.vercel.app/examples/using-remote-url/#tag/pet_model

enhancement

## Describe the problem Version: `^3.0.0-beta.5` The version badge in the documentation contains extra margin padding that looks like it should not be there. I have noticed it on all...

documentation

## Documentation link https://github.com/PaloAltoNetworks/docusaurus-openapi-docs ## Describe the problem 1) run all steps from Installing from Template 2) run yarn add docusaurus-plugin-openapi-docs 3) run yarn add docusaurus-theme-openapi-docs 4) pasted config from...

documentation

## Describe the bug Hi, I have an issue when using `oneOf` in the schema. If the schema referenced by `oneOf` is a primitive type (like `integer` or `string`), only...

bug
roadmap

## Describe the bug The code that is being generated for NodeJS use deprecated packages (requests, unirest ) Also under Native code the code require fs which is not being...

bug

## Describe the bug When using the language tabs are configured in a different order than shown in [customization](https://github.com/PaloAltoNetworks/docusaurus-openapi-docs/blob/4b9ac927c85b56054c8d93336b1b5e282ab309e7/demo/docs/customization/languagetabs.md), the tabs seem to no longer switch properly between languages anymore....

bug

## Describe the bug On each `gen-api-docs` run, the frontmatter `api` prop changes. ## Expected behavior The frontmatter `api` prop has consistent output for a given input. ## Current behavior...

bug