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
Markdown file has many level 1 headings, but the final rendered html only generates a first-level title.
use vuepress auto-sidebar in config.js to generate sidebar, just like:
module.exports = { themeConfig: { sidebar: 'auto', ... } }
then use vuepress to compile, the final rendered html only has one first-level title on sidebar.
The final rendered html sidebar has multiple first-level titles.
The final rendered html only has one first-level title on sidebar.
npx vuepress info
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug report
Markdown file has many level 1 headings, but the final rendered html only generates a first-level title.
Steps to reproduce
use vuepress auto-sidebar in config.js to generate sidebar, just like:
then use vuepress to compile, the final rendered html only has one first-level title on sidebar.
What is expected?
The final rendered html sidebar has multiple first-level titles.
What is actually happening?
The final rendered html only has one first-level title on sidebar.
Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: