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

### Is your feature request related to a problem? The generated pages include operation buttons/pills next to the path. These seem to be rendered as normal docusaurus badges: ![image](https://user-images.githubusercontent.com/17786332/189108073-956ad3d7-e2bd-4ce7-87ee-277888b020ea.png) There's...

enhancement

### Is your feature request related to a problem? I'm looking for a way to set a custom path on the generated documents, so that it doesn't necessarily match their...

documentation
enhancement
help wanted

## Description Currently, the `` component displays an incorrect render of arrows and displays an overflow when there are multiple example tabs present. ## Motivation and Context Arrows should be...

bug

## Describe the problem I can't figure out why this doesn't work and wondering if other people are running into this. I'm looking to swizzle CodeTabs so I can remove...

documentation
enhancement
help wanted

## Description Like the title implies, this is a demo. ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate) ## Types of changes - Bug...

DO NOT MERGE

## Description Added ability to generate and clean api docs for all instances when more than one are defined ## Motivation and Context This fixes an issue where you cannot...

DO NOT MERGE

in the readme file example for config file ```javascript plugins:[[... ``` the second `[` is missing

documentation
help wanted

### Is your feature request related to a problem? Today the category label is selected conditionally, based on the existence of the endpoint `summary` and `operationId`, respectively. ### Describe the...

enhancement
help wanted

### Is your feature request related to a problem? I'm looking to auto-generate sub categories for my APIs when using the `groupPathsBy` feature. ### Describe the solution you'd like I...

enhancement

I would like to separate out my documentation into two separate folders in docusaurus. For example: ``` plugins: [ [ "@docusaurus/plugin-content-docs", { id: "id1", path: "folder1", routeBasePath: "id1", sidebarPath: require.resolve("./folder1/sidebar.js"),...

enhancement