aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/_nav.html
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2015-09-16 02:53:01 +0200
committerMaximilian Hils <git@maximilianhils.com>2015-09-16 02:53:01 +0200
commit457025df9a64f312685774cb743eeb52cd37bd3f (patch)
tree98de6633322059ac95ab50e4b2d3129aa6051b58 /doc-src/_nav.html
parent436a9ea8398e25709f139fde609aa74e8fb3f3f8 (diff)
parentc3f73552b82923e8da224529895332c44bf8dace (diff)
downloadmitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.tar.gz
mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.tar.bz2
mitmproxy-457025df9a64f312685774cb743eeb52cd37bd3f.zip
Merge pull request #751 from mitmproxy/readthedocs
Move Docs to readthedocs
Diffstat (limited to 'doc-src/_nav.html')
-rw-r--r--doc-src/_nav.html50
1 files changed, 0 insertions, 50 deletions
diff --git a/doc-src/_nav.html b/doc-src/_nav.html
deleted file mode 100644
index a07684cb..00000000
--- a/doc-src/_nav.html
+++ /dev/null
@@ -1,50 +0,0 @@
-<ul class="nav nav-sidebar">
- $!nav(idxpath, this, state)!$
- $!nav("install.html", this, state)!$
- $!nav("certinstall.html", this, state)!$
- $!nav("howmitmproxy.html", this, state)!$
- $!nav("modes.html", this, state)!$
-
- <li class="nav-header">Tools</li>
- $!nav("mitmproxy.html", this, state)!$
- $!nav("mitmdump.html", this, state)!$
- $!nav("config.html", this, state)!$
-
- <li class="nav-header">Features</li>
- $!nav("anticache.html", this, state)!$
-
- $!nav("filters.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("proxyauth.html", this, state)!$
- $!nav("reverseproxy.html", this, state)!$
- $!nav("responsestreaming.html", this, state)!$
- $!nav("socksproxy.html", this, state)!$
- $!nav("sticky.html", this, state)!$
- $!nav("tcpproxy.html", this, state)!$
- $!nav("upstreamproxy.html", this, state)!$
- $!nav("upstreamcerts.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</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/architecture.html", this, state)!$
- $!nav("dev/testing.html", this, state)!$
- $!nav("dev/sslkeylogfile.html", this, state)!$
-</ul>