{% extends "base.html" %} {% block title %}Tool docs · shipgate{% endblock %} {% block content %}

Tool docs

Documentation links for catalog tools used by shipgate checks.

{% if not tools %}

No tools

The catalog has no tools loaded.

{% else %}
{% for tool in tools %} {% endfor %}
Tool Name Description Version Docs
{{ tool.id }} {{ tool.name }} {{ tool.description }} {{ tool.version }} {% if tool.documentation_url %} Open docs {% else %} {% endif %}
{% endif %}
{% endblock %}