mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Simplify release notes docs (#5063)
This commit is contained in:
parent
bf707766b6
commit
f6420f98c2
@ -1,10 +1,18 @@
|
||||
|
||||
<tr>
|
||||
<td colspan='2'><b><i>Release {{ prefix }}.x</i></b></td>
|
||||
<td colspan='2'></td>
|
||||
</tr>
|
||||
<div class='md-typeset__scrollwrap'>
|
||||
<div class='md-typeset__table'>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class='fas fa-clipboard-list'></span> Release</th>
|
||||
<th><span class='fas fa-calendar-alt'></span> Date</th>
|
||||
<th><span class='fab fa-github'></span> GitHub</th>
|
||||
<th><span class='fab fa-docker'></span> Docker</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
{% for release in config.releases %}
|
||||
{% if release.prefix == prefix %}
|
||||
<tr>
|
||||
<td>
|
||||
{% if release.local_path %}
|
||||
@ -25,5 +33,8 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,13 +0,0 @@
|
||||
|
||||
<div class='md-typeset__scrollwrap'>
|
||||
<div class='md-typeset__table'>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class='fas fa-clipboard-list'></span> Release</th>
|
||||
<th><span class='fas fa-calendar-alt'></span> Date</th>
|
||||
<th><span class='fab fa-github'></span> GitHub</th>
|
||||
<th><span class='fab fa-docker'></span> Docker</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
@ -1,4 +0,0 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
@ -22,24 +22,8 @@ The head of the *master* code branch represents the "latest and greatest" workin
|
||||
|
||||
## Stable Releases
|
||||
|
||||
!!! warning "Release Notes"
|
||||
Starting from version 0.12.0, release notes are now available only on the [InvenTree GitHub Releases Page](https://github.com/inventree/InvenTree/releases). Release notes for versions prior to 0.12.0 are also tagged below.
|
||||
|
||||
{% include "release_table_head.html" %}
|
||||
|
||||
{% with prefix="0.11" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.10" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.9" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.8" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.7" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.6" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.5" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.4" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.3" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.2" %}{% include "release_table.html" %}{% endwith %}
|
||||
{% with prefix="0.1" %}{% include "release_table.html" %}{% endwith %}
|
||||
|
||||
{% include "release_table_tail.html" %}
|
||||
{% include "release_table.html" %}
|
||||
|
||||
## Upcoming Features
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user