aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_nav.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-08 13:41:25 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-08 13:41:25 +0200
commit6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6 (patch)
tree1a696bb0d1369c77e68e3ae4eb3ec18e6469c6aa /doc-src/_nav.html
parent5a2a5760d09597084e22d184877d3d95ab4122fe (diff)
downloadmitmproxy-6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6.tar.gz
mitmproxy-6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6.tar.bz2
mitmproxy-6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6.zip
document --ignore, fix #350
Diffstat (limited to 'doc-src/_nav.html')
-rw-r--r--doc-src/_nav.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc-src/_nav.html b/doc-src/_nav.html
index 02ea68e4..822e9fa6 100644
--- a/doc-src/_nav.html
+++ b/doc-src/_nav.html
@@ -10,18 +10,21 @@
<li class="nav-header">Features</li>
$!nav("anticache.html", this, state)!$
- $!nav("clientreplay.html", this, state)!$
+
$!nav("filters.html", this, state)!$
- $!nav("upstreamproxy.html", this, state)!$
- $!nav("proxyauth.html", this, state)!$
$!nav("replacements.html", this, state)!$
+ $!nav("clientreplay.html", this, state)!$
$!nav("serverreplay.html", this, state)!$
$!nav("setheaders.html", this, state)!$
+ $!nav("passthrough.html", this, state)!$
$!nav("sticky.html", this, state)!$
$!nav("reverseproxy.html", this, state)!$
+ $!nav("upstreamproxy.html", this, state)!$
$!nav("upstreamcerts.html", this, state)!$
+ $!nav("proxyauth.html", this, state)!$
$!nav("responsestreaming.html", this, state)!$
+
<li class="nav-header">Installing Certificates</li>
$!nav("ssl.html", this, state)!$
$!nav("certinstall/webapp.html", this, state)!$