Skip to content
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>