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
|`specPath`|`string`|`null`| Designated URL or path to the source of an OpenAPI specification file or directory of multiple OpenAPI specification files. |
161
-
|`outputDir`|`string`|`null`| Desired output path for generated MDX and sidebar files. |
162
-
|`proxy`|`string`|`null`|_Optional:_ Proxy URL to prepend to base URL when performing API requests from browser. |
163
-
|`template`|`string`|`null`|_Optional:_ Customize MDX content with a desired template. |
164
-
|`infoTemplate`|`string`|`null`|_Optional:_ Customize MDX content for **info** pages only. |
165
-
|`tagTemplate`|`string`|`null`|_Optional:_ Customize MDX content for **tag** pages only. |
166
-
|`schemaTemplate`|`string`|`null`|_Optional:_ Customize MDX content for **schema** pages only. |
|`specPath`|`string`|`null`| Designated URL or path to the source of an OpenAPI specification file or directory of multiple OpenAPI specification files. |
162
+
|`outputDir`|`string`|`null`| Desired output path for generated MDX and sidebar files. |
163
+
|`proxy`|`string`|`null`|_Optional:_ Proxy URL to prepend to base URL when performing API requests from browser. |
164
+
|`template`|`string`|`null`|_Optional:_ Customize MDX content with a desired template. |
165
+
|`infoTemplate`|`string`|`null`|_Optional:_ Customize MDX content for **info** pages only. |
166
+
|`tagTemplate`|`string`|`null`|_Optional:_ Customize MDX content for **tag** pages only. |
167
+
|`schemaTemplate`|`string`|`null`|_Optional:_ Customize MDX content for **schema** pages only. |
|`hideSendButton`|`boolean`|`null`|_Optional:_ If set to `true`, hides the “Send API Request” button in the API demo panel. |
170
+
|`showExtensions`|`boolean`|`null`|_Optional:_ If set to `true`, renders operation‑level vendor‑extensions in descriptions. |
171
+
|`maskCredentials`|`boolean`|`true`|_Optional:_ If set to `false`, disables credential masking in generated code snippets. By default, credentials are masked for security. |
172
+
|`sidebarOptions`|`object`|`null`|_Optional:_ Set of options for sidebar configuration. See below for a list of supported options. |
173
+
|`version`|`string`|`null`|_Optional:_ Version assigned to a single or micro‑spec API specified in `specPath`. |
174
+
|`label`|`string`|`null`|_Optional:_ Version label used when generating the version‑selector dropdown menu. |
175
+
|`baseUrl`|`string`|`null`|_Optional:_ Base URL for versioned docs in the version‑selector dropdown. |
176
+
|`versions`|`object`|`null`|_Optional:_ Options for versioning configuration. See below for a list of supported options. |
177
+
|`markdownGenerators`|`object`|`null`|_Optional:_ Customize MDX content via generator functions. See below for a list of supported options. |
178
+
|`showSchemas`|`boolean`|`null`|_Optional:_ If set to `true`, generates standalone schema pages and adds them to the sidebar. |
0 commit comments