Markus Paff aee90c5df9
Docs v0.7.0 (#757)
* new docs version

* Add latest docstring and tutorial changes

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2021-01-22 10:28:33 +01:00

14 lines
286 B
HTML

{%- extends "!layout.html" %}
{% block menu %}
<h2>Table of Contents</h2>
{{ super() }}
<h2>More Help</h2>
<ul>
<li><a href="">deepset Homepage</a></li>
<li><a href="">Contact Us</a></li>
<li><a href="">Issue Tracker</a></li>
<li><a href="">Download Docs</a></li>
</ul>
{% endblock %}