aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev/index.py
diff options
context:
space:
mode:
authorAldo Cortesi <aldo@nullcube.com>2013-06-16 13:59:01 +1200
committerAldo Cortesi <aldo@nullcube.com>2013-06-16 13:59:01 +1200
commitdb43f1ffccfb006c6856888b8f31c0745aacebb4 (patch)
tree209e613b07cdda69239dca59f0029c6c9d0c61fc /doc-src/dev/index.py
parentbef56623657cc12677725acd76e7bee26ece6267 (diff)
downloadmitmproxy-db43f1ffccfb006c6856888b8f31c0745aacebb4.tar.gz
mitmproxy-db43f1ffccfb006c6856888b8f31c0745aacebb4.tar.bz2
mitmproxy-db43f1ffccfb006c6856888b8f31c0745aacebb4.zip
Version bump, doc extension, URLs to github.com/mitmproxy/*
Diffstat (limited to 'doc-src/dev/index.py')
-rw-r--r--doc-src/dev/index.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py
new file mode 100644
index 00000000..001c2b89
--- /dev/null
+++ b/doc-src/dev/index.py
@@ -0,0 +1,6 @@
+from countershape import Page
+
+pages = [
+ Page("testing.html", "Testing"),
+# Page("addingviews.html", "Writing Content Views"),
+]