doc: add link to download PDF file
Add a new downloads section with a link to the Zephyr PDF docs. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
f650710ba7
commit
775cf55d92
1 changed files with 5 additions and 0 deletions
5
doc/_templates/zversions.html
vendored
5
doc/_templates/zversions.html
vendored
|
@ -12,6 +12,11 @@
|
|||
<dd><a href="{{ url }}">{{ slug }}</a></dd>
|
||||
{% endfor %}
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>{{ _('Downloads') }}</dt>
|
||||
{% set prefix = current_version if is_release else "latest" %}
|
||||
<dd><a href="/{{ prefix }}/zephyr.pdf">PDF</a></dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>{{ _('zephyrproject.org Links') }}</dt>
|
||||
<dd>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue