Interface: MergeVitePressSidebarOptions
Options for merging generated sidebar items into an existing VitePress sidebar.
Signature
ts
export interface MergeVitePressSidebarOptionsProperties
| Name | Type | Description |
|---|---|---|
insert (optional) | VitePressSidebarInsert | Positioning strategy used when inserting generated items into the sidebar. |
replaceText (optional) | string | Existing sidebar item text to replace when insert is set to replace. |
sidebarRoute (optional) | string | Route key to update when the existing VitePress sidebar is a route map. |