Merge branch 'feature/doc_feedback_links' into 'master'

docs: Include feedback link in footer

See merge request espressif/esp-idf!7602
This commit is contained in:
Jiang Jiang Jian 2020-02-29 16:20:41 +08:00
commit 36233546c9
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 %}