Replies: 1 comment 1 reply
-
Likely related to your deployment (e.g. web server config); doesn't happen on the official docs which will correctly 404: Looks like broken asset paths. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've noticed a somewhat weird or odd behaviour and can't figure out if it would be a MkDocs problem, Materials problem or similar.
I noticed, that when you have a page/file name with a hyphen (
-
) but then use a underscore instead (https://example.com/the-page becomes https://example.com/the_page) that the entire page becomes broken.No 404 error page, no redirect to the actual one, just a white bg with some malformed text and similar (See image).
Here's an example:
The site https://docs.purrbot.site/bot/welcome-images/ becomes broken when you try to connect to https://docs.purrbot.site/bot/welcome_images/ instead.
I again can't tell if that is something caused by either MkDocs, Materials for MkDocs or something else.
Screenshot:

Beta Was this translation helpful? Give feedback.
All reactions