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 f924464 commit e4eb1c8Copy full SHA for e4eb1c8
mkdocs-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 %}
mkdocs.yml
@@ -13,6 +13,7 @@ plugins:
13
14
theme:
15
name: material
16
+ custom_dir: mkdocs-overrides
17
features:
18
- navigation.expand
19
- navigation.top
@@ -41,6 +42,7 @@ extra:
41
42
link: https://www.linkedin.com/in/federico-b-a0b78232
43
version:
44
provider: mike
45
+ default: stable
46
47
nav:
48
- Home: index.md
0 commit comments