diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2014-01-22 13:33:02 +1300 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2014-01-22 13:33:02 +1300 |
commit | 8f88fcedd601c0033b4469b66626a83011879baf (patch) | |
tree | 878b2c737f2483f52e7c222541483773af1c152a /doc-src/_nav.html | |
parent | 7ddc941116852b191d80643af70af90a6fd8849c (diff) | |
download | mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.tar.gz mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.tar.bz2 mitmproxy-8f88fcedd601c0033b4469b66626a83011879baf.zip |
Move the doc tree out into its own repo.
Diffstat (limited to 'doc-src/_nav.html')
-rw-r--r-- | doc-src/_nav.html | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/doc-src/_nav.html b/doc-src/_nav.html deleted file mode 100644 index b256f47f..00000000 --- a/doc-src/_nav.html +++ /dev/null @@ -1,48 +0,0 @@ -<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/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/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> |