Documentation Model

{% if page.diataxis_type %}{{ site.data.diataxis[page.diataxis_type].label | default: page.diataxis_type }}{% else %}Diataxis{% endif %}

Learn, do, look up exact facts, or understand boundaries without mixing those jobs on one page.

Documentation

{% for group in site.data.nav.groups %} {% assign group_current = false %} {% for item in group.items %} {% if page.url == item.url %} {% assign group_current = true %} {% endif %} {% endfor %} {% for section in group.sections %} {% for item in section.items %} {% if page.url == item.url %} {% assign group_current = true %} {% endif %} {% endfor %} {% endfor %}
{{ group.title }} {% if group.summary %}{{ group.summary }}{% endif %} {% if group.items %}
    {% for item in group.items %}
  1. {{ item.title }} {% if item.summary %}{{ item.summary }}{% endif %}
  2. {% endfor %}
{% endif %} {% for section in group.sections %}

{{ section.title }}

    {% for item in section.items %}
  1. {{ item.title }} {% if item.summary %}{{ item.summary }}{% endif %}
  2. {% endfor %}
{% endfor %}
{% endfor %}

On This Page

    Source

    View this page on GitHub