feat(customization): sidenav components / skip title update#4630
feat(customization): sidenav components / skip title update#4630Tynopia wants to merge 9 commits intovuejs:mainfrom
Conversation
|
Ready for review |
It should be outside themeConfig. DefaultTheme.Config is only for default-theme stuff. This option will impact people using other themes too.
|
|
Hi,
|
|
So in the sidenav and local search components, we can use That’s also why developers should have the opportunity to use it based on their specific needs. |
|
@brc-dd Any new infos here? |
c5a8428 to
8abbe29
Compare
084cf43 to
d3a1567
Compare
15a0278 to
09af6c7
Compare
Description
Hi, we've added the following features to VitePress:
Custom side navigation components, allowing for greater flexibility in modifying passed content. This is achieved by overriding the component within
enhanceApp.A boolean flag in
themeConfig, enabling users to bypass the original title update logic. This provides more control over how titles are handled within the theme.