docusaurus-openapi
docusaurus-openapi copied to clipboard
🦕 OpenAPI plugin for generating API reference docs in Docusaurus v2.
This PR adds the following features: - support for loading arbitrary markdown files from the file system tree - support for `_spec_.{yaml,yml,json}` files, which do not generate a new category...
Hi, first of all, thanks for this awesome package, it looks really promising but I wanted to know if I can add this plugin to an already created Docusarus project...
I was very much fascinated by the UI flexibility and the features [docusaurus-openapi](https://github.com/cloud-annotations/docusaurus-openapi) provide. But I'm a bit skeptical about the support for OpenAPI 3.1.0. Is it supported yet?
I can't find a way to use the generated UI to set url parameters. For example, I have a path with parameters, and method specified in my openapi spec file...
``` // @ts-check // Note: type annotations allow type checking and IDEs autocompletion const lightCodeTheme = require('prism-react-renderer/themes/duotoneLight'); const darkCodeTheme = require('prism-react-renderer/themes/dracula'); /** @type {import('@docusaurus/types').Config} */ const config = { title:...
Hi, I have tried the examples in this repo and I feel docusaurus-openapi offers more functionalities than Redocly. I am wondering if there could be a standalone UI package so...
Code editor has red background in Chrome (not visible after a production build):
**Issue** Request examples values are not loaded. Examples can be loaded from reference but not directly from `examples` value which is a valid format. **Example** This is the `.json`: ```...
##Summary I want to use docusaurus-openapi to generate a docs only website from a swagger file, but navigation does not work. ## Steps to reproduce Bootstrap a new project with...