docusaurus-openapi-docs
docusaurus-openapi-docs copied to clipboard
🦝 OpenAPI plugin for generating API reference docs in Docusaurus v2.
## 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...
## 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...
## 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...
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
## 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 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...
## 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...
## 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...
## 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....
## 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...