Replies: 1 comment
-
I discovered that it was because there was no list of servers in the swagger .json file. I inserted this information and generated the MDX's again
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I defined the "hideSendButton" property with a false value, however, the SEND API REQUEST button is not displayed.
plugins: [ [ 'docusaurus-plugin-openapi-docs', { id: "api", // plugin id docsPluginId: "classic", // configured for preset-classic config: { petstore: { specPath: "spec/swagger.json", outputDir: "docs/api-v1", hideSendButton: false, showExtensions: true, showSchemas: true, sidebarOptions: { groupPathsBy: "tag", categoryLinkSource: "auto", }, } satisfies OpenApiPlugin.Options, } }, ] ]
Beta Was this translation helpful? Give feedback.
All reactions