aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev/index.py
blob: 0f2a6494309ae8f7a009e690803e256deb9a61ee (plain)
1
2
3
4
5
6
7
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"),
]