We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af064f4 commit f6b5f67Copy full SHA for f6b5f67
demo/docusaurus.config.ts
@@ -297,6 +297,19 @@ const config: Config = {
297
hideSendButton: false,
298
showSchemas: true,
299
} satisfies OpenApiPlugin.Options,
300
+ petstore31: {
301
+ specPath: "examples/petstore-3.1.yaml",
302
+ proxy: "https://cors.pan.dev",
303
+ outputDir: "docs/petstore31",
304
+ sidebarOptions: {
305
+ groupPathsBy: "tag",
306
+ categoryLinkSource: "tag",
307
+ },
308
+ template: "api.mustache", // Customize API MDX with mustache template
309
+ downloadUrl: "/petstore-3.1.yaml",
310
+ hideSendButton: false,
311
+ showSchemas: true,
312
+ } satisfies OpenApiPlugin.Options,
313
cos: {
314
specPath: "examples/openapi-cos.json",
315
outputDir: "docs/cos",
0 commit comments