lintel-catalog-builder 0.0.16

Build a custom schema catalog from local schemas and external sources
Documentation
1
2
3
4
5
6
7
8
9
10
<a href="{{ site.base_path }}schemas/{{ group.key }}/" class="group-card">
  <h3 class="group-card-name">{{ group.name }}</h3>
  {% if group.description %}
  <p class="group-card-desc">{{ group.description }}</p>
  {% endif %}
  <span class="group-card-count"
    >{{ group.schema_count|commafy }} {{ group.schema_count|pluralize("schema",
    "schemas") }}</span
  >
</a>