We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here's a glance of the config
import { InjectionKey, NolebaseGitChangelogPlugin } from '@nolebase/vitepress-plugin-git-changelog/client'; import '@nolebase/vitepress-plugin-git-changelog/client/style.css'; export default { ...DefaultTheme, Layout() { return h(DefaultTheme.Layout, null, { 'nav-bar-content-after': () => h(NolebaseEnhancedReadabilitiesMenu), 'nav-screen-content-after': () => h(NolebaseEnhancedReadabilitiesScreenMenu), }); }, enhanceApp({ app, router }) { if (DefaultTheme.enhanceApp) { DefaultTheme.enhanceApp({ app }); } app.component('CustomNote', CustomNote); app.use(NolebaseGitChangelogPlugin); /*app.provide is targeted to NolebaseGitChangelogPlugin*/ app.provide(InjectionKey, { hideChangelogHeader: true, hideContributorsHeader: true, });
What exactly have I done wrong? As the H2 headings aren't being hidden
app.provide(InjectionKey, { hideChangelogHeader: true, hideContributorsHeader: true, });
The text was updated successfully, but these errors were encountered:
Sorry, but this feature haven't gotten released yet.
Sorry, something went wrong.
No branches or pull requests
Here's a glance of the config
What exactly have I done wrong? As the H2 headings aren't being hidden
The text was updated successfully, but these errors were encountered: