Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 822 Bytes

File metadata and controls

27 lines (21 loc) · 822 Bytes
layout default
title Prototype
parent Slice Registry
grand_parent Projects
nav_order 7
permalink /slices/prototype/

Prototype Slices

{% assign slices = site.data['slice-index'].slices | where: "category", "prototype" %} {% if slices.size > 0 %}

Module Summary Status HW Tags
{% for s in slices -%}
[{{ s.name default: s.repo }}]({{ s.url }}) {{ s.summary default: "—" }} {{ s.status }}
{% endfor %}

{% else %} No prototype slices indexed yet. {% endif %}