aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src')
-rw-r--r--doc-src/_layout.html2
-rw-r--r--doc-src/_websitelayout.html2
-rw-r--r--doc-src/index.py1
3 files changed, 2 insertions, 3 deletions
diff --git a/doc-src/_layout.html b/doc-src/_layout.html
index 287bca87..c711e6dd 100644
--- a/doc-src/_layout.html
+++ b/doc-src/_layout.html
@@ -14,7 +14,7 @@
</div>
<!--(end)-->
$!nav if this.title!="docs" else ""!$
- <h1><a href="@!urlTo("/index.html")!@">mitmproxy docs</a></h1>
+ <h1><a href="@!urlTo("/index.html")!@">mitmproxy 0.6 docs</a></h1>
</div>
<div id="bd">
<div id="yui-main">
diff --git a/doc-src/_websitelayout.html b/doc-src/_websitelayout.html
index a56c107b..0404619b 100644
--- a/doc-src/_websitelayout.html
+++ b/doc-src/_websitelayout.html
@@ -29,7 +29,7 @@
</div>
<!--(end)-->
$!nav if this.title!="docs" else ""!$
- $!title if this.title!="docs" else "<h1>mitmproxy docs</h1>"!$
+ $!title if this.title!="docs" else "<h1>mitmproxy 0.6 docs</h1>"!$
$!body!$
</div>
</div>
diff --git a/doc-src/index.py b/doc-src/index.py
index 0191de3d..451cf8d6 100644
--- a/doc-src/index.py
+++ b/doc-src/index.py
@@ -14,7 +14,6 @@ else:
ns.title = countershape.template.Template(None, "<h1>@!this.title!@</h1>")
this.layout = countershape.Layout("_layout.html")
-ns.docTitle = "mitmproxy"
this.markup = markup.Markdown()
ns.docMaintainer = "Aldo Cortesi"
ns.docMaintainerEmail = "aldo@corte.si"