diff options
author | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 02:53:01 +0200 |
---|---|---|
committer | Maximilian Hils <git@maximilianhils.com> | 2015-09-16 02:53:01 +0200 |
commit | 457025df9a64f312685774cb743eeb52cd37bd3f (patch) | |
tree | 98de6633322059ac95ab50e4b2d3129aa6051b58 /doc-src/features/index.py | |
parent | 436a9ea8398e25709f139fde609aa74e8fb3f3f8 (diff) | |
parent | c3f73552b82923e8da224529895332c44bf8dace (diff) | |
download | mitmproxy-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/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"), -] |