mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
doc: Add exact git version & target SoC to feedback form parameters
Currently squeezed into the "version" field as we don't have separate fields for these.
This commit is contained in:
parent
7cbc593ef6
commit
ef7ebbe39c
@ -1,4 +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§ions={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">Provide feedback about this document</a></p>
|
||||
<p style="text-align:center"><a href="https://www.espressif.com/en/company/documents/documentation_feedback?docId=4287§ions={{ title|striptags|e }} ({{ pagename }})&version={{ idf_target }} {{ release }} ({{ version }})">Provide feedback about this document</a></p>
|
||||
{% endblock %}
|
||||
|
@ -1,4 +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§ions={{ title|striptags|e }} ({{ pagename }})&version={{ release }}">提供有关此文档的反馈</a></p>
|
||||
<p style="text-align:center"><a href="https://www.espressif.com/zh-hans/company/documents/documentation_feedback?docId=4286§ions={{ title|striptags|e }} ({{ pagename }})&version={{ idf_target }} {{ release }} ({{ version }})">提供有关此文档的反馈</a></p>
|
||||
{% endblock %}
|
||||
|
Loading…
Reference in New Issue
Block a user