From db43f1ffccfb006c6856888b8f31c0745aacebb4 Mon Sep 17 00:00:00 2001 From: Aldo Cortesi Date: Sun, 16 Jun 2013 13:59:01 +1200 Subject: Version bump, doc extension, URLs to github.com/mitmproxy/* --- doc-src/dev/index.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc-src/dev/index.py (limited to 'doc-src/dev/index.py') 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"), +] -- cgit v1.2.3