aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_nav.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-01-28 17:29:28 +0100
committerMaximilian Hils <git@maximilianhils.com>2014-01-28 17:29:28 +0100
commit1e3e0dd1271afda59ec244b64391b6579a998dce (patch)
tree5f1f617ccc8ea2b29650c10197407b1d3ecb7139 /doc-src/_nav.html
parent17f09aa0afe9695505b746c370e1c5b889c19058 (diff)
parent3aa78f9ff38471f84a471618e1a43ca02fc65b6a (diff)
downloadmitmproxy-1e3e0dd1271afda59ec244b64391b6579a998dce.tar.gz
mitmproxy-1e3e0dd1271afda59ec244b64391b6579a998dce.tar.bz2
mitmproxy-1e3e0dd1271afda59ec244b64391b6579a998dce.zip
merge master
Diffstat (limited to 'doc-src/_nav.html')
-rw-r--r--doc-src/_nav.html50
1 files changed, 50 insertions, 0 deletions
diff --git a/doc-src/_nav.html b/doc-src/_nav.html
new file mode 100644
index 00000000..5460601f
--- /dev/null
+++ b/doc-src/_nav.html
@@ -0,0 +1,50 @@
+<ul class="nav nav-list">
+ $!nav(idxpath, this, state)!$
+ $!nav("install.html", this, state)!$
+ $!nav("howmitmproxy.html", this, state)!$
+
+ <li class="nav-header">Tools</li>
+ $!nav("mitmproxy.html", this, state)!$
+ $!nav("mitmdump.html", this, state)!$
+
+ <li class="nav-header">Features</li>
+ $!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)!$
+ $!nav("setheaders.html", this, state)!$
+ $!nav("sticky.html", this, state)!$
+ $!nav("reverseproxy.html", this, state)!$
+ $!nav("upstreamcerts.html", this, state)!$
+
+ <li class="nav-header">Installing Certificates</li>
+ $!nav("ssl.html", this, state)!$
+ $!nav("certinstall/webapp.html", this, state)!$
+ $!nav("certinstall/android.html", this, state)!$
+ $!nav("certinstall/firefox.html", this, state)!$
+ $!nav("certinstall/ios.html", this, state)!$
+ $!nav("certinstall/ios-simulator.html", this, state)!$
+ $!nav("certinstall/java.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">Hacking</li>
+ $!nav("dev/testing.html", this, state)!$
+</ul>