We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a254d1 commit 24895cfCopy full SHA for 24895cf
2 files changed
mkdocs.yml
@@ -14,6 +14,8 @@ theme:
14
palette:
15
primary: custom
16
accent: custom
17
+static_teplates:
18
+ - 404.html
19
extra_css:
20
- assets/styles.css
21
plugins:
overrides/404.html
@@ -0,0 +1,12 @@
1
+
2
+% block content %}
3
+ <h1>404 – Resource not found</h1>
4
+ <p>This page might have been moved or renamed.</p>
5
6
+ <ul>
7
+ <li><a href="{{ base_url }}/">Home</a></li>
8
+ <li><a href="{{ base_url }}/search/">Search</a></li>
9
+ </ul>
10
11
+ <p>If this is part of a standard reference, try navigating via the Table of Contents.</p>
12
+{% endblock %}
0 commit comments