-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
I think the heading “Releases” is misleading. When reading it, my first intention is, that I can download different releases of bottle. But the links only switch between different releases of the online documentation.
As I'm not sure if you like it, I didn't make the effort to provide a pull request. Here is a quick and dirty hack (note that ul is not allowed within p):
<h3>Online Docs</h3>
<p style="margin-bottom:0;">Current:
<ul style="margin-top:0; margin-bottom:0;">
<li style="padding-left: 10px;">
<a href="/docs/dev/">Bottle 0.11</a> (stable)<br />
<span style='font-size: 80%; color: darkred'><b>Warning:</b> This is a development preview and not released yet.</span>
</li>
</ul>
Other:
<ul style="margin-top:0;">
<li style="padding-left: 10px;"><a href="/docs/0.11/">Bottle 0.12-dev</a> (development)</li>
<li style="padding-left: 10px;"><a href="/docs/0.10/">Bottle 0.10</a> (old stable)</li>
</ul>
</p>Metadata
Metadata
Assignees
Labels
No labels

