HTML files in static dir with underscore prefix are not resolved. Page shows Page Not Found. Only resolves underscores when running docusaurus start.

Yes
_foo.html to static dir_foo.html page should be resolved. Behavior should be consistent between dev and prod builds.
_foo.html page shows Page Not Found

https://github.com/amilajack/my-website
this works
https://github.com/amilajack/my-website/foo.html
this does not work
https://github.com/amilajack/my-website/_foo.html
This is not a Docusaurus bug, if you add the .nojekyll file to the gh-pages branch, this error will disappear.
See:
@lex111 thanks! Also do you think docusarus should add the .nojekyll file by default?
@amilajack no, I donāt think so, because this is an issue that applies only to GitHub Pages (in this case), and we should not care about this, since our task as a static site generator is to generate the proper build of website.
This is interesting! While it's not a Docusaurus bug, I recommend we document these weird behaviors down in a new FAQ page or something - maybe https://v2.docusaurus.io/docs/faq? I can think of more stuff to add into it (e.g. some prerendering-related issues).
@amilajack would you be interested in creating one?
Even if we don't add it as an FAQ page on our site, we can create a Stack Overflow question so that the knowledge is shared and people can discover it easily.
Iād love to document this. I was wondering what the correct place to document this was. I was thinking of adding it to the āpublishing with GitHub pagesā section. What are your recommendations?
I like this idea, it will be more convenient and predictable for users than creating a separate section (FAQs) for this. Although maybe in the future it might be worth writing something like that.
Adding it to the "Publishing with GitHub pages" section sounds good!
Most helpful comment
This is interesting! While it's not a Docusaurus bug, I recommend we document these weird behaviors down in a new FAQ page or something - maybe https://v2.docusaurus.io/docs/faq? I can think of more stuff to add into it (e.g. some prerendering-related issues).
@amilajack would you be interested in creating one?
Even if we don't add it as an FAQ page on our site, we can create a Stack Overflow question so that the knowledge is shared and people can discover it easily.