Replies: 1 comment
-
|
I don't think this is a general Docusaurus requirement. Docusaurus does not require the first Markdown file inside a docs subfolder to have the same name as the folder in order to generate an If renaming the file fixed the issue in your case, it was likely due to your project's specific configuration (for example, autogenerated sidebars, For anyone running into a missing
So while your workaround may solve the issue for a particular setup, it shouldn't be considered a general rule for Docusaurus projects. -- If this answer helped or pointed you in the right direction, I'd appreciate it if you could mark it as the accepted answer so it's easier for others with the same issue to find. Also, if you found my contribution useful, I'd appreciate it if you could check out my GitHub profile, follow me, and star any repositories you find interesting. GitHub: https://github.com/Advait251206 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Just in case it helps someone: the first md file in a docs subfolder should have the same
name+.mdas the folder.Beta Was this translation helpful? Give feedback.
All reactions