aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/dev/index.py')
-rw-r--r--doc-src/dev/index.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py
index 001c2b89..bb7872c7 100644
--- a/doc-src/dev/index.py
+++ b/doc-src/dev/index.py
@@ -2,5 +2,6 @@ from countershape import Page
pages = [
Page("testing.html", "Testing"),
+ Page("architecture.html", "Architecture"),
# Page("addingviews.html", "Writing Content Views"),
]