Merge branch 'feature/doc_feedback_links_v4.0' into 'release/v4.0'

docs: Include feedback link in footer (v4.0)

See merge request espressif/esp-idf!7821
This commit is contained in:
Jiang Jiang Jian 2020-02-29 16:58:07 +08:00
commit 2408dc2671
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{% extends '!layout.html' %}
{% block comments %}
<p style="text-align:center"><a href="https://www.espressif.com/en/company/documents/documentation_feedback?docId=4287&sections={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">Provide feedback about this document</a></p>
{% endblock %}

View File

@ -0,0 +1,4 @@
{% extends '!layout.html' %}
{% block comments %}
<p style="text-align:center"><a href="https://www.espressif.com/zh-hans/company/documents/documentation_feedback?docId=4286&sections={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">提供有关此文档的反馈</a></p>
{% endblock %}