We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199f8e6 commit 85a33d9Copy full SHA for 85a33d9
2 files changed
docs/theme/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
@@ -5,6 +5,7 @@ site_url: https://deepspace2.github.io/plugnpin
repo_url: https://github.com/deepspace2/plugnpin
theme:
name: material
+ custom_dir: docs/theme/overrides
9
icon:
10
repo: fontawesome/brands/github
11
features:
0 commit comments