mirror of
https://github.com/PaddlePaddle/PaddleOCR.git
synced 2025-06-03 21:53:39 +08:00
* docs: Add tip of old documents * Update overrides/main.html --------- Co-authored-by: Wang Xin <xinwang614@gmail.com>
9 lines
190 B
HTML
9 lines
190 B
HTML
{% 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 %}
|