-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
sidebar: auto has a bug #319
Comments
It is also related this #287 |
It isn't a bug. If you don't set If you set If you configured |
I understand. but it is a bug themeConfig.sidebar: {
title: 'test',
collapsable: false,
children: [
'',//readme.md
'vue',
]
} If i don't set If i set |
since you said you understand, so why set
|
I have a markdown file with multiple
##
and###
. I addedsidebar: auto
and found that the sidebar can only display the first md file.I found
vuepress/lib/default-theme/util.js
:This is wrong. It shouldn't resolve page, should be concat pages.
markdown file:
README.txt
Because github does not support uploading
md
file, change the suffixThe text was updated successfully, but these errors were encountered: