vitepress
vitepress copied to clipboard
feat(theme): allow footer and sidebar to be displayed at the same time
Description
This PR introduced a new theme config option: footer.showWithSidebar,
when set it to true, all pages will display the footer.
And user can also disable/enable a specific page's footer display by set footer to false/true on frontmatter.
Linked Issues
fixes #1037
Additional Context
[!TIP] The author of this PR can publish a preview release by commenting
/publishbelow.
Thanks for the work, I think the horizontal divider for the footer should span the full browser width.
Thank you for the PR! This would be super helpful for me.