mitmproxy/doc-src/scripts/index.py
Aldo Cortesi cbd8d09849 Miscelaneous doc updates.
- Make typography less hideous.
    - Stub out the docs I'm about to write.
2011-08-03 20:28:52 +12:00

7 lines
121 B
Python

from countershape import Page
pages = [
Page("flows.html", "Introduction to flows"),
Page("api.html", "API"),
]