Docs and examples to top level

This commit is contained in:
Aldo Cortesi
2016-02-18 09:19:05 +13:00
parent 49464de1cb
commit 92597f82ea
137 changed files with 4 additions and 4 deletions

10
docs/_templates/page.html vendored Normal file
View File

@@ -0,0 +1,10 @@
{% extends "!page.html" %}
{% block sidebartitle %}
<a href="https://mitmproxy.org/" style="margin-bottom: 7px; background: none !important;">
<button class="btn btn-info">
<i class="fa fa-arrow-left"></i>
Return to mitmproxy.org
</button>
</a>
{{ super() }}
{% endblock %}