Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 247 Bytes

index-docs.md

File metadata and controls

8 lines (8 loc) · 247 Bytes

{% assign category = '' %} {% for doc in site.docs %} {% unless category == doc.category %}

{{ doc.category }}

{% endunless %} {% capture category %}{{ doc.category }}{% endcapture %} - [{{ doc.title }}]({{ doc.url }}) {% endfor %}