-
Notifications
You must be signed in to change notification settings - Fork 4.7k
README.md unpredictably sometimes takes priority over index.md #2106
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
Comments
Hi @sdaitzman , currently both If you want to use the I recall an issue talking about whether allowing |
@ludanxer thank you, that sounds reasonable! I'll work around this. |
Here's an example of how this can work: sdaitzman/Olin-PIT-site@75ed3d0#diff-1d7df657215ba8fd3a42fe5342bc3ee6R21 |
Update: another, even easier solution is just to rename your |
Hi guys, I know that we shouldn't place a |
@ddazal I actually think that it's pretty reasonable for the root to contain a The pattern I've observed is that the Regardless of best practices, I definitely agree that a predictable behavior should exist and be described by the docs. |
1360: Rename README.md to README.markdown r=dichotommy a=dichotommy # Pull Request ## What does this PR do? Fixes #1030 According to information obtained [here](vuejs/vuepress#2106 (comment)) This solution is also mentioned in [this thread](vuejs/vuepress#23 (comment)) ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to MeiliSearch! Co-authored-by: Tommy Melvin <[email protected]>
Bug report
Steps to reproduce
What is expected?
If
index.md
exists, it should take priority overREADME.md
What is actually happening?
README.md
sometimes gets built.index.md
sometimes gets built.Other relevant information
npx vuepress info
in my VuePress project:The text was updated successfully, but these errors were encountered: