RedirectRule[]
| `[]` | The list of redirect rules. |
| `createRedirects` | CreateRedirectsFn
| `undefined` | A callback to create a redirect rule. |
+```mdx-code-block
'descending' \| 'ascending'
| `'descending'` | Governs the direction of blog post sorting. |
+```mdx-code-block
VersionsConfig
| `{}` | Independent customization of each version's properties. |
+```mdx-code-block
'primary' \| 'dark'
| Same as theme | Sets the navbar style, ignoring the dark/light theme. |
+```mdx-code-block
string \| number
| `undefined` | Specifies the `height` attribute. |
| `target` | `string` | Calculated based on `href` (external links will open in a new tab, all others in the current one). | The `target` attribute of the link; controls whether the link is opened in a new tab, the current one, or otherwise. |
+```mdx-code-block
[LinkLikeItem](#navbar-dropdown)[]
| **Required** | The items to be contained in the dropdown. |
| `position` | 'left' \| 'right'
| `'left'` | The side of the navbar this item should appear on. |
+```mdx-code-block
'left' \| 'right'
| `'left'` | The side of the navbar this item should appear on. |
| `docsPluginId` | `string` | `'default'` | The ID of the docs plugin that the doc belongs to. |
+```mdx-code-block
'left' \| 'right'
| `'left'` | The side of the navbar this item should appear on. |
| `docsPluginId` | `string` | `'default'` | The ID of the docs plugin that the sidebar belongs to. |
+```mdx-code-block
'left' \| 'right'
| `'left'` | The side of the navbar this item should appear on. |
| `docsPluginId` | `string` | `'default'` | The ID of the docs plugin that the doc versioning belongs to. |
+```mdx-code-block
[LinkLikeItem](#navbar-dropdown)[]
| `[]` | Add additional dropdown items at the beginning of the dropdown. |
| `dropdownItemsAfter` | [LinkLikeItem](#navbar-dropdown)[]
| `[]` | Add additional dropdown items at the end of the dropdown. |
+```mdx-code-block
'left' \| 'right'
| `'left'` | The side of the navbar this item should appear on. |
| `className` | `string` | / | Custom CSS class for this navbar item. |
+```mdx-code-block
'dark' \| 'light'
| `'light'` | The color theme of the footer component. |
| `links` | (Column \| FooterLink)[]
| `[]` | The link groups to be present. |
+```mdx-code-block
+
+
+
+