_layouts/docs-2.html [10:50]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - _layouts/docs-4.html [14:54]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - {% 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 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -