aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/index.py
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2014-09-08 13:41:25 +0200
committerMaximilian Hils <git@maximilianhils.com>2014-09-08 13:41:25 +0200
commit6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6 (patch)
tree1a696bb0d1369c77e68e3ae4eb3ec18e6469c6aa /doc-src/features/index.py
parent5a2a5760d09597084e22d184877d3d95ab4122fe (diff)
downloadmitmproxy-6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6.tar.gz
mitmproxy-6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6.tar.bz2
mitmproxy-6dbe431c5e680d1c7f693a4c7bb7f3f65314c5c6.zip
document --ignore, fix #350
Diffstat (limited to 'doc-src/features/index.py')
-rw-r--r--doc-src/features/index.py13
1 files changed, 7 insertions, 6 deletions
diff --git a/doc-src/features/index.py b/doc-src/features/index.py
index b4d441d1..477bb8af 100644
--- a/doc-src/features/index.py
+++ b/doc-src/features/index.py
@@ -4,13 +4,14 @@ pages = [
Page("anticache.html", "Anticache"),
Page("clientreplay.html", "Client-side replay"),
Page("filters.html", "Filter expressions"),
- Page("upstreamproxy.html", "Upstream proxy mode"),
- Page("setheaders.html", "Set Headers"),
- Page("serverreplay.html", "Server-side replay"),
- Page("sticky.html", "Sticky cookies and auth"),
+ 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("setheaders.html", "Set Headers"),
+ Page("serverreplay.html", "Server-side replay"),
+ Page("sticky.html", "Sticky cookies and auth"),
Page("upstreamcerts.html", "Upstream Certs"),
- Page("responsestreaming.html", "Response Streaming"),
-]
+ Page("upstreamproxy.html", "Upstream proxy mode"),
+] \ No newline at end of file