Skip to content

Commit

Permalink
Merge pull request #951 from zowe/feature/hide-release-list
Browse files Browse the repository at this point in the history
Hide release list under details section
  • Loading branch information
balhar-jakub authored Oct 15, 2024
2 parents 1bc0484 + af9b511 commit 1bd0dde
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions download.md
Original file line number Diff line number Diff line change
Expand Up @@ -837,6 +837,8 @@

<h1 id="all-v3-releases">All Zowe V3.x Releases</h1>
<p>Download releases of Zowe V3.x by version number. The future release dates are tentative and may change.</p>
<details>
<summary>Click to show V3.x Releases</summary>
<div style="overflow-x: auto">
<table class="table table-hover table-sm">
{% for release in site.data.releases.future.v3 %}
Expand Down Expand Up @@ -892,9 +894,12 @@
</div>
{% endif %}
{% endfor %}
</details>

<h1 id="all-v2-releases">All Zowe V2.x Releases</h1>
<p>Download releases of Zowe V2.x by version number. The future release dates are tentative and may change.</p>
<details>
<summary>Click to show V2.x Releases</summary>
<div style="overflow-x: auto">
<table class="table table-hover table-sm">
{% for release in site.data.releases.future.v2 %}
Expand Down Expand Up @@ -950,9 +955,12 @@
</div>
{% endif %}
{% endfor %}
</details>

<h1 id="all-v1-releases">All Zowe V1.x Releases</h1>
<p>Download releases of Zowe V1.x by version number. The future release dates are tentative and may change.</p>
<p>Download releases of Zowe V1.x by version number. V1.x is no longer updated or supported.</p>
<details>
<summary>Click to show V1.x Releases</summary>
<p>
Zowe version 1.0.0 through 1.8.0 are only available as rollup convenience builds. Zowe version 1.9.0 is the
beginning of the Active Long-Term Support (LTS) release and it provides an SMP/E build with an FMID of AZWE001. The
Expand Down Expand Up @@ -1016,6 +1024,7 @@
<p class="text-muted">All builds prior to Zowe v1.0.0 are no longer available.</p>
{% endif %}
{% endfor %}
</details>
</section>

<section class="bluebackground">
Expand Down Expand Up @@ -1101,4 +1110,4 @@
</ul>
</p>
{% endif %}
</section>
</section>

0 comments on commit 1bd0dde

Please sign in to comment.