aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/mitmdump/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/mitmdump/index.py')
-rw-r--r--doc-src/mitmdump/index.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc-src/mitmdump/index.py b/doc-src/mitmdump/index.py
new file mode 100644
index 00000000..312ece1d
--- /dev/null
+++ b/doc-src/mitmdump/index.py
@@ -0,0 +1,5 @@
+from countershape import Page, Directory, PythonModule, markup
+
+pages = [
+ Page("tutorial.html", "Tutorial"),
+]