Skip to content

Commit

Permalink
docs(theme-classic): fixed docs formatting issue for versions configu…
Browse files Browse the repository at this point in the history
…ration of "docsVersionDropdown" navbar item
  • Loading branch information
hrumhurum committed Jan 18, 2025
1 parent 5e8032b commit 0a02b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/themes/theme-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ Accepted fields:
| `dropdownItemsAfter` | <code>[LinkLikeItem](#navbar-dropdown)[]</code> | `[]` | Add additional dropdown items at the end of the dropdown. |
| `docsPluginId` | `string` | `'default'` | The ID of the docs plugin that the doc versioning belongs to. |
| `dropdownActiveClassDisabled` | `boolean` | `false` | Do not add the link active class when browsing docs. |
| `versions` | `string[] | object` | `undefined` | Specify a custom list of versions to include in the dropdown, or an object with more detailed version configurations. |
| `versions` | <code>string[] \| object</code> | `undefined` | Specify a custom list of versions to include in the dropdown, or an object with more detailed version configurations. |

```mdx-code-block
</APITable>
Expand Down

0 comments on commit 0a02b47

Please sign in to comment.