Skip to content

Releases in sidebar #3

@michael-k

Description

@michael-k

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.

I tried to make that clearer:
prop01 prop02

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions