-
Notifications
You must be signed in to change notification settings - Fork 4.7k

Description
Feature request
README.md
is too specific for generic root content files and can be misleading. #23 allows to use index.md
.
What problem does this feature solve?
README
is the established name for contextual documentation files. Using this name can be misleading for newcomers and index.md
makes it easier to understand what the purpose of the file is.
I understand that everyone is free to use either README
or index
but note that many people will follow your example here, check out how it's done in your docs
and at least for me it was not obvious while reading the documentation that README files are treated as index files or that the naming is meaningful at all.
https://github.com/vuejs/vuepress/blob/master/packages/%40vuepress/theme-default/components/Page.vue#L127 probably needs to be changed, too.