diff options
Diffstat (limited to 'doc-src/transparent/index.py')
-rw-r--r-- | doc-src/transparent/index.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc-src/transparent/index.py b/doc-src/transparent/index.py new file mode 100644 index 00000000..fa2a67da --- /dev/null +++ b/doc-src/transparent/index.py @@ -0,0 +1,7 @@ +from countershape import Page + +pages = [ + Page("linux.html", "Linux"), + Page("osx.html", "OSX"), + Page("openbsd.html", "OpenBSD"), +] |