You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works similar to showSchemas but it doesn't add the schemas to the
sidebar. This is useful to generate the schemas and then embed them in
other pages as needed.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ The `docusaurus-plugin-openapi-docs` plugin can be configured with the following
174
174
|`versions`|`object`|`null`|_Optional:_ Options for versioning configuration. See below for a list of supported options. |
175
175
|`markdownGenerators`|`object`|`null`|_Optional:_ Customize MDX content via generator functions. See below for a list of supported options. |
176
176
|`showSchemas`|`boolean`|`null`|_Optional:_ If set to `true`, generates standalone schema pages and adds them to the sidebar. |
177
+
|`generateSchemas`|`boolean`|`null`|_Optional:_ If set to `true`, generates schema pages for all schemas referenced in the OpenAPI spec (not added in sidebar). |
Copy file name to clipboardExpand all lines: demo/docs/intro.mdx
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -221,6 +221,7 @@ The `docusaurus-plugin-openapi-docs` plugin can be configured with the following
221
221
|`versions`|`object`|`null`|_Optional:_ Options for versioning configuration. See below for a list of supported options. |
222
222
|`markdownGenerators`|`object`|`null`|_Optional:_ Customize MDX content via generator functions. See below for a list of supported options. |
223
223
|`showSchemas`|`boolean`|`null`|_Optional:_ If set to `true`, generates standalone schema pages and adds them to the sidebar. |
224
+
|`generateSchemas`|`boolean`|`null`|_Optional:_ If set to `true`, generates schema pages for all schemas referenced in the OpenAPI spec (not added in sidebar). |
Copy file name to clipboardExpand all lines: packages/docusaurus-plugin-openapi-docs/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -174,6 +174,7 @@ The `docusaurus-plugin-openapi-docs` plugin can be configured with the following
174
174
|`versions`|`object`|`null`|_Optional:_ Options for versioning configuration. See below for a list of supported options. |
175
175
|`markdownGenerators`|`object`|`null`|_Optional:_ Customize MDX content via generator functions. See below for a list of supported options. |
176
176
|`showSchemas`|`boolean`|`null`|_Optional:_ If set to `true`, generates standalone schema pages and adds them to the sidebar. |
177
+
|`generateSchemas`|`boolean`|`null`|_Optional:_ If set to `true`, generates schema pages for all schemas referenced in the OpenAPI spec (not added in sidebar). |
0 commit comments