mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Added 404.html to static_templates in mkdocs.yml
This commit is contained in:
parent
185c6128d3
commit
7214e70b42
@ -37,6 +37,10 @@ theme:
|
|||||||
name: null
|
name: null
|
||||||
custom_dir: material
|
custom_dir: material
|
||||||
|
|
||||||
|
# 404 page
|
||||||
|
static_templates:
|
||||||
|
- 404.html
|
||||||
|
|
||||||
# Don't include MkDocs' JavaScript
|
# Don't include MkDocs' JavaScript
|
||||||
include_search_page: false
|
include_search_page: false
|
||||||
search_index_only: true
|
search_index_only: true
|
||||||
|
Loading…
Reference in New Issue
Block a user