--- layout: default ---
{% assign mydocs = site.recipes-1-2 | group_by: 'category' %} {% assign categories = "getting-started,recipes,tools" | split: "," %} {% for pcat in categories %} {% for dcat in mydocs %} {% if pcat == dcat.name %}
{% assign items = dcat.items | sort: 'order' %} {% for item in items %} {% endfor %}
{% endif %} {% endfor %} {% endfor %}
{% if page.category %}

Fluo Recipes {{ page.version }} documentation  >>  {{ page.category | capitalize | replace: "-", " " }}  >>  {{ page.title }}

{% endif %} {% unless page.nodoctitle %}

{{ page.title }}

{% endunless %} {{ content }}
Find documentation for all Fluo releases in the archive