-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
feat(customization): sidenav components / skip title update #4630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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? |
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.