aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/dev/index.py
blob: ddf100d0cf223ba1c9066ab65ada95e2f736725b (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"),
]