{% extends "base.html" %} {% block title %}Tool docs · shipgate{% endblock %} {% block content %}
Documentation links for catalog tools used by shipgate checks.
The catalog has no tools loaded.
| Tool | Name | Description | Version | Docs |
|---|---|---|---|---|
| {{ tool.id }} | {{ tool.name }} | {{ tool.description }} | {{ tool.version }} | {% if tool.documentation_url %} Open docs {% else %} — {% endif %} |