mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
"Available For" all operating systems row
This commit is contained in:
parent
42821b5a42
commit
3ab1c2ea8f
2 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,10 @@ module Jekyll
|
||||||
r += "<a href='" + curi + "'>" + ci + "</a>"
|
r += "<a href='" + curi + "'>" + ci + "</a>"
|
||||||
elsif ci
|
elsif ci
|
||||||
r += ci
|
r += ci
|
||||||
|
elsif hid == '_os'
|
||||||
|
for os in c['os'].split(' ')
|
||||||
|
r += '<img class="icon" src="img/ico-' + os + '.png">'
|
||||||
|
end
|
||||||
end
|
end
|
||||||
r += "</" + td + ">"
|
r += "</" + td + ">"
|
||||||
end
|
end
|
||||||
|
|
|
@ -43,6 +43,8 @@ client_info:
|
||||||
text: License
|
text: License
|
||||||
- id: multiuser
|
- id: multiuser
|
||||||
text: Multi-user
|
text: Multi-user
|
||||||
|
- id: _os
|
||||||
|
text: Available For
|
||||||
|
|
||||||
clients:
|
clients:
|
||||||
- name: Armory
|
- name: Armory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue