We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93db69 commit 993671bCopy full SHA for 993671b
docs/overrides/main.html
@@ -3,6 +3,14 @@
3
-#}
4
{% extends "base.html" %}
5
6
+ {% block outdated %}
7
+ You're not viewing the latest version.
8
+ <a href="{{ '../' ~ 'latest' }}">
9
+ <strong>Click here to go to latest.</strong>
10
+ </a>
11
+ {% endblock %}
12
+
13
14
<!-- Custom front matter -->
15
{% block extrahead %}
16
@@ -43,7 +51,7 @@
43
51
44
52
{% endblock %}
45
53
46
-
54
47
55
48
56
<!-- Content -->
49
57
{% block content %}
mkdocs.yml
@@ -71,3 +71,4 @@ extra:
71
version:
72
provider: mike
73
alias: true
74
+ default: latest
0 commit comments