docs: Add tip of old documents (#13960)

* docs: Add tip of old documents

* Update overrides/main.html

---------

Co-authored-by: Wang Xin <xinwang614@gmail.com>
pull/13962/head
SWHL 2024-10-10 14:52:53 +08:00 committed by GitHub
parent 9ae15bfcbd
commit dba34d2bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% block outdated %}
You're not viewing the latest version.
<a href="{{ '../' ~ base_url }}">
<strong>Click here to go to latest.</strong>
</a>
{% endblock %}