We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0ccfb4 commit 596b48cCopy full SHA for 596b48c
_data/kit_versions.yml
@@ -1,2 +1,5 @@
1
# The latest version should be the first in this file.
2
+# The format of this file should be like such:
3
+# - version: 20xx.y.z
4
+# released: 2038-01-19
5
[]
_includes/updates-table.html
@@ -3,7 +3,6 @@
<th></th>
<th>Release Date</th>
<th>Download</th>
6
- <th>Licences</th>
7
</tr>
8
{% for kit_version in site.data.kit_versions %}
9
{% assign version = kit_version.version %}
@@ -21,7 +20,6 @@
21
20
Download {{ version }}
22
</a>
23
</td>
24
- <td><a href="https://kit-downloads.studentrobotics.org/kit-software/{{ version }}/srobo-robot-{{ version }}-licences">Licences</a></td>
25
26
{% endfor %}
27
</table>
0 commit comments