From f47d89ff4e710f6d2df755fe526e91a5cf236cfa Mon Sep 17 00:00:00 2001
From: Aldo Cortesi <aldo@nullcube.com>
Date: Mon, 27 Jan 2014 14:16:23 +1300
Subject: Revert "Move the doc tree out into its own repo."

This reverts commit 8f88fcedd601c0033b4469b66626a83011879baf.
---
 doc-src/tutorials/index.py | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 doc-src/tutorials/index.py

(limited to 'doc-src/tutorials/index.py')

diff --git a/doc-src/tutorials/index.py b/doc-src/tutorials/index.py
new file mode 100644
index 00000000..1cb04679
--- /dev/null
+++ b/doc-src/tutorials/index.py
@@ -0,0 +1,7 @@
+from countershape import Page
+
+pages = [
+    Page("30second.html", "Client playback: a 30 second example"),
+    Page("gamecenter.html", "Setting highscores on Apple's GameCenter"),
+    Page("transparent-dhcp.html", "Transparently proxify virtual machines")
+]
\ No newline at end of file
-- 
cgit v1.2.3