Skip to content

SDK archive page: show all channels #1884

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 5, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 5 additions & 13 deletions src/docs/development/tools/sdk/_os.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,21 @@
{% assign id = include.os | downcase -%}
{% assign channels = 'stable beta dev' | split: ' ' -%}

<div id="{{id}}" class="tab-pane
{%- if id == 'windows' %} active {% endif %}"
role="tabpanel" aria-labelledby="{{id}}-tab" markdown="1">

## {{site.sdk.channel | capitalize }} channel ({{include.os}})
{% for channel in channels -%}
## {{channel | capitalize }} channel ({{include.os}})

Select from the following scrollable list:

<div class="scrollable-table">
<table id="downloads-{{id}}-{{site.sdk.channel}}" class="table table-striped">
<thead><tr><th>Version</th><th>Ref</th><th class="date">Release Date</th></tr></thead>
<tr class="loading"><td colspan="3">Loading...</td></tr>
</table>
</div>

## Dev channel ({{include.os}})

Select from the following scrollable list:

<div class="scrollable-table">
<table id="downloads-{{id}}-dev" class="table table-striped">
<table id="downloads-{{id}}-{{channel}}" class="table table-striped">
<thead><tr><th>Version</th><th>Ref</th><th class="date">Release Date</th></tr></thead>
<tr class="loading"><td colspan="3">Loading...</td></tr>
</table>
</div>
{% endfor -%}

</div>