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 9707684 commit 740c393Copy full SHA for 740c393
demo/docusaurus.config.ts
@@ -320,7 +320,7 @@ const config: Config = {
320
hideSendButton: false,
321
showSchemas: true,
322
templateGenerators: {
323
- createInfoTemplateMD: myCustomIntroTemplateGenerator,
+ createIntroTemplateMD: myCustomIntroTemplateGenerator,
324
},
325
markdownGenerators: { createApiPageMD: myCustomApiMdGenerator }, // customize MDX with markdown generator
326
} satisfies OpenApiPlugin.Options,
0 commit comments