Skip to content

Commit

Permalink
chore: update versions page
Browse files Browse the repository at this point in the history
  • Loading branch information
kshychko committed Oct 6, 2024
1 parent a0955ec commit 5019aad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
12 changes: 12 additions & 0 deletions _data/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@
{
"major": 0,
"log":[
{
"version": "v0.4.2",
"date": "2024-10-03",
"notes": "v0.4.2 : rfixed a large number of typos in class and property descriptions.",
"context": "0.4.2/"
},
{
"version": "v0.4.1",
"date": "2024-10-01",
"notes": "v0.4.1 : release ready for industrial pilot testing.",
"context": "0.4.1/"
},
{
"version": "v0.4.0",
"date": "2024-09-26",
Expand Down
8 changes: 0 additions & 8 deletions pages/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ <h2>Major version: {{ major.major}}</h2>
<th>Date</th>
<th>Notes</th>
<th>JSON-LD Context</th>
<th>JSON Schema</th>
<th>JSON Instance</th>
</tr>
</thead>
<tbody>
Expand All @@ -36,12 +34,6 @@ <h2>Major version: {{ major.major}}</h2>
<td>
<p><a href="{{ version.context | prepend: site.data.versions.prefix | prepend: site.dest }}"> View</a></p>
</td>
<td>
<p><a href="{{ version.schema | prepend: site.data.versions.prefix | prepend: site.dest }}"> View</a></p>
</td>
<td>
<p><a href="{{ version.instance | prepend: site.data.versions.prefix | prepend: site.dest }}"> View</a></p>
</td>
</tr>
{% endfor %}
</tbody>
Expand Down

0 comments on commit 5019aad

Please sign in to comment.