{% extends "_base.html" %} {% from "_partials.html" import status_pill, fresh_label %} {% set active = 'docs' %} {% block title %}trovex — docs{% endblock %} {% block topbar_meta %} {{ "{:,}".format(total) }} docs · {{ "{:,}".format(filtered) }} shown {% endblock %} {% block head %} {% endblock %} {% block content %}

Docs

the canonical index — one source of truth for your agents · filter, sort, triage
{{ "{:,}".format(filtered) }} of {{ "{:,}".format(total) }} docs filtering…
{% include "_docs_table.html" %}
{% endblock %}