| layout | default |
|---|---|
| title | Prototype |
| parent | Slice Registry |
| grand_parent | Projects |
| nav_order | 7 |
| permalink | /slices/prototype/ |
{% 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 %}