--- layout: default skiph1fortitle: true ---
{% assign mydocs = site.docs-2 | group_by: 'category' %} {% assign categories = "getting-started,development,security,configuration,administration,troubleshooting" | 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 %}

Accumulo {{ page.version }} Documentation >> {{ page.category | capitalize | replace: "-", " " }} >> {{ page.title }}

{% endif %} {% unless page.skip_doc_h1 %}

{{ page.title }}

Edit this page
{% endunless %} {{ content }}
Find documentation for all releases in the archive Edit this page