mitmproxy/doc-src/dev/index.py

9 lines
240 B
Python
Raw Normal View History

from countershape import Page
pages = [
Page("testing.html", "Testing"),
2014-09-06 22:42:25 +00:00
Page("architecture.html", "Architecture"),
2015-02-28 02:35:28 +00:00
Page("sslkeylogfile.html", "TLS Master Secrets"),
# Page("addingviews.html", "Writing Content Views"),
]