docs generation for new docs site

This commit is contained in:
perry
2015-10-01 11:14:51 -05:00
parent 73597c0b42
commit f8cbd275c4
5 changed files with 37 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
<select onchange="window.location.href=this.options[this.selectedIndex].value">
<select name="version" id="version-toggle">
<@ for ver in version.list @>
<option
value="<$ ver.href $>/{% if page.path != ''%}{{page.path}}{% else %}api/{% endif %}"
@@ -7,5 +7,3 @@
</option>
<@ endfor @>
</select>