Appearance
Resources & links
Free-form list of links shown on the project Home page.
Use cases
- Link to your CI dashboard.
- Link to your bug tracker's project page.
- Link to a runbook or wiki.
- Link to a Slack channel (web URL).
Editor
In Settings → General, the Resources editor is a list of (label, URL) rows. Add / remove rows, edit inline. Save persists the list to the project (projects.links is a JSONB column on the BE).
Validation
URLs are validated client-side: must be parseable, must use http(s) (not javascript:, data:, vbscript:). The backend re-validates.
Display
The project Home page renders these as 3-column cards (icon + label + hostname) under the project description. If empty, project admins see "Add resources →"; non-admins see nothing.