diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-07 10:30:40 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-07 10:30:40 +0200 |
commit | 31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb (patch) | |
tree | 873629c79b60b0ac0a7dbb458fe6ad82c2e042ef /doc-src/features/index.py | |
parent | b4013659a81a48908eb3e060f04143ba1f9689bb (diff) | |
download | mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.gz mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.tar.bz2 mitmproxy-31ee4607c892f85c5d139e54acbc3ca4f9fb6bcb.zip |
remove old docs
Diffstat (limited to 'doc-src/features/index.py')
-rw-r--r-- | doc-src/features/index.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/doc-src/features/index.py b/doc-src/features/index.py deleted file mode 100644 index fdab1714..00000000 --- a/doc-src/features/index.py +++ /dev/null @@ -1,19 +0,0 @@ -from countershape import Page - -pages = [ - Page("anticache.html", "Anticache"), - Page("clientreplay.html", "Client-side replay"), - Page("filters.html", "Filter expressions"), - Page("passthrough.html", "Ignore Domains"), - Page("proxyauth.html", "Proxy Authentication"), - Page("replacements.html", "Replacements"), - Page("responsestreaming.html", "Response Streaming"), - Page("reverseproxy.html", "Reverse proxy mode"), - Page("socksproxy.html", "SOCKS Mode"), - Page("setheaders.html", "Set Headers"), - Page("serverreplay.html", "Server-side replay"), - Page("sticky.html", "Sticky cookies and auth"), - Page("tcpproxy.html", "TCP Proxy"), - Page("upstreamcerts.html", "Upstream Certs"), - Page("upstreamproxy.html", "Upstream proxy mode"), -] |