From dba34d2bffcdac2f17a8eb1fbb0da6f90c0b9c9b Mon Sep 17 00:00:00 2001 From: SWHL Date: Thu, 10 Oct 2024 14:52:53 +0800 Subject: [PATCH] docs: Add tip of old documents (#13960) * docs: Add tip of old documents * Update overrides/main.html --------- Co-authored-by: Wang Xin --- overrides/main.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 overrides/main.html diff --git a/overrides/main.html b/overrides/main.html new file mode 100644 index 000000000..033fa3c1f --- /dev/null +++ b/overrides/main.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block outdated %} +You're not viewing the latest version. + + Click here to go to latest. + +{% endblock %}