We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8d034 commit 7218b47Copy full SHA for 7218b47
2 files changed
docs/mkdocs.yml
@@ -25,6 +25,7 @@ nav:
25
26
theme:
27
name: material
28
+ custom_dir: src/overrides
29
features:
30
- content.action.edit
31
- content.action.view
docs/src/overrides/main.html
@@ -0,0 +1,8 @@
1
+{% extends "base.html" %}
2
+
3
+{% block outdated %}
4
+ You're not viewing the latest version.
5
+ <a href="{{ '../' ~ base_url }}">
6
+ <strong>Click here to go to latest.</strong>
7
+ </a>
8
+{% endblock %}
0 commit comments