aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/features/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/features/index.py')
-rw-r--r--doc-src/features/index.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/doc-src/features/index.py b/doc-src/features/index.py
deleted file mode 100644
index e15f3311..00000000
--- a/doc-src/features/index.py
+++ /dev/null
@@ -1,15 +0,0 @@
-from countershape import Page
-
-pages = [
- Page("anticache.html", "Anticache"),
- Page("clientreplay.html", "Client-side replay"),
- Page("filters.html", "Filter expressions"),
- Page("forwardproxy.html", "Forward proxy mode"),
- Page("setheaders.html", "Set Headers"),
- Page("serverreplay.html", "Server-side replay"),
- Page("sticky.html", "Sticky cookies and auth"),
- Page("proxyauth.html", "Proxy Authentication"),
- Page("replacements.html", "Replacements"),
- Page("reverseproxy.html", "Reverse proxy mode"),
- Page("upstreamcerts.html", "Upstream Certs"),
-]