aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/dev')
-rw-r--r--doc-src/dev/index.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc-src/dev/index.py b/doc-src/dev/index.py
index 0f2a6494..ddf100d0 100644
--- a/doc-src/dev/index.py
+++ b/doc-src/dev/index.py
@@ -1,8 +1,8 @@
from countershape import Page
pages = [
- Page("testing.html", "Testing"),
- Page("architecture.html", "Architecture"),
- Page("sslkeylogfile.html", "TLS Master Secrets"),
-# Page("addingviews.html", "Writing Content Views"),
+ Page("testing.html", "Testing"),
+ Page("architecture.html", "Architecture"),
+ Page("sslkeylogfile.html", "TLS Master Secrets"),
+ # Page("addingviews.html", "Writing Content Views"),
]