Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 561 Bytes

File metadata and controls

21 lines (18 loc) · 561 Bytes
layout page
title Documentation
permalink /docs/

Guides

{% assign docs=site.docs | sort: 'path' %} {% for my_page in docs %} {% if my_page.title and my_page.categories contains 'guides' %} {{ my_page.title }} {% endif %} {% endfor %}

References

{% for my_page in docs %} {% if my_page.title and my_page.categories contains 'refs' %} {{ my_page.title }} {% endif %} {% endfor %}