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 %}