aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_nav.html
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2014-01-19 18:08:50 +1300
committerAldo Cortesi <aldo@nullcube.com>2014-01-19 18:08:50 +1300
commit453075c77abe640282e27c6674d151d63296de0a (patch)
tree84e58bf75eac4953f7bf0f84e82974ea15e5d86a /doc-src/_nav.html
parentdc59325329c345dac70aad0b8245371338356cce (diff)
downloadmitmproxy-453075c77abe640282e27c6674d151d63296de0a.tar.gz
mitmproxy-453075c77abe640282e27c6674d151d63296de0a.tar.bz2
mitmproxy-453075c77abe640282e27c6674d151d63296de0a.zip
Doc and readme tweaks.
Diffstat (limited to 'doc-src/_nav.html')
-rw-r--r--doc-src/_nav.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc-src/_nav.html b/doc-src/_nav.html
index 3b7c9e80..b256f47f 100644
--- a/doc-src/_nav.html
+++ b/doc-src/_nav.html
@@ -11,6 +11,7 @@
$!nav("anticache.html", this, state)!$
$!nav("clientreplay.html", this, state)!$
$!nav("filters.html", this, state)!$
+ $!nav("forwardproxy.html", this, state)!$
$!nav("proxyauth.html", this, state)!$
$!nav("replacements.html", this, state)!$
$!nav("serverreplay.html", this, state)!$
@@ -21,27 +22,27 @@
<li class="nav-header">Installing Certificates</li>
$!nav("ssl.html", this, state)!$
+ $!nav("certinstall/android.html", this, state)!$
$!nav("certinstall/firefox.html", this, state)!$
- $!nav("certinstall/osx.html", this, state)!$
- $!nav("certinstall/windows7.html", this, state)!$
$!nav("certinstall/ios.html", this, state)!$
$!nav("certinstall/ios-simulator.html", this, state)!$
- $!nav("certinstall/android.html", this, state)!$
+ $!nav("certinstall/osx.html", this, state)!$
+ $!nav("certinstall/windows7.html", this, state)!$
<li class="nav-header">Transparent Proxying</li>
$!nav("transparent.html", this, state)!$
$!nav("transparent/linux.html", this, state)!$
$!nav("transparent/osx.html", this, state)!$
+ <li class="nav-header">Scripting mitmproxy</li>
+ $!nav("scripting/inlinescripts.html", this, state)!$
+ $!nav("scripting/libmproxy.html", this, state)!$
+
<li class="nav-header">Tutorials</li>
$!nav("tutorials/30second.html", this, state)!$
$!nav("tutorials/gamecenter.html", this, state)!$
$!nav("tutorials/transparent-dhcp.html", this, state)!$
- <li class="nav-header">Scripting mitmproxy</li>
- $!nav("scripting/inlinescripts.html", this, state)!$
- $!nav("scripting/libmproxy.html", this, state)!$
-
<li class="nav-header">Hacking</li>
$!nav("dev/testing.html", this, state)!$
</ul>