-
I added a 404.md to my site and ran into an issue (see below), so I tried to create a minimal reproducer, but there the 404.md was ignored and only the default rendered. So I wonder: what is needed (in mkdocs.yml I presume) to trigger a 404.md pickup? The problem I ran into: Identified reason: the js/css path in the rendered 404 are relative, not absolute. Help is very much appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As far as I know, MkDocs doesn't support overriding the 404 page with an .md file – it must be a static template. This is not exclusive to Material for MkDocs, but to all MkDocs themes. Feel free to take this upstream. |
Beta Was this translation helpful? Give feedback.
As far as I know, MkDocs doesn't support overriding the 404 page with an .md file – it must be a static template. This is not exclusive to Material for MkDocs, but to all MkDocs themes. Feel free to take this upstream.