Skip to content

Commit 8337b8f

Browse files
sserrataclaude
andcommitted
docs: sync categoryLinkSource table in demo intro.mdx
Apply the same correction to the demo site's options table so the hosted docs match the package READMEs. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 6f44b9a commit 8337b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

demo/docs/intro.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ The `docusaurus-plugin-openapi-docs` plugin can be configured with the following
231231
| Name | Type | Default | Description |
232232
| -------------------- | --------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
233233
| `groupPathsBy` | `string` | `null` | Organize and group sidebar slice by specified option. Note: Currently, `groupPathsBy` only contains support for grouping by `tag` and `tagGroup`. |
234-
| `categoryLinkSource` | `string` | `null` | Defines what source to use for rendering category link pages when grouping paths by tag. <br/><br/>The supported options are as follows: <br/><br/> `tag`: Sets the category link config type to `generated-index` and uses the tag description as the link config description. <br/><br/>`info`: Sets the category link config type to `doc` and renders the `info` section as the category link (recommended only for multi/micro-spec scenarios). <br/><br/>`none`: Does not create pages for categories, only groups that can be expanded/collapsed. |
234+
| `categoryLinkSource` | `string` | `null` | Defines what source to use for rendering category link pages when grouping paths by tag. <br/><br/>The supported options are as follows: <br/><br/>`tag`: Sets the category link config type to `doc` and uses the generated tag index page as the category link. <br/><br/>`info`: Sets the category link config type to `doc` and renders the `info` section as the category link (recommended only for multi/micro-spec scenarios). <br/><br/>`auto`: Sets the category link config type to `generated-index` and auto-generates an index page for each tag category. <br/><br/>When omitted, no link config is generated and categories render as expand/collapse groups only. |
235235
| `sidebarCollapsible` | `boolean` | `true` | Whether sidebar categories are collapsible by default. |
236236
| `sidebarCollapsed` | `boolean` | `true` | Whether sidebar categories are collapsed by default. |
237237
| `customProps` | `object` | `null` | Additional props for customizing a sidebar item. |

0 commit comments

Comments
 (0)