On this page
Purpose
Feature name: Evidence links
Why this feature exists: Make documentation artifacts discoverable directly from the app.
Scope
In scope
links to dossier pages
links to ADR and runbook indexes
evidence callouts on core pages
Out of scope
registry validation logic
documentation site navigation
docs base URL configured
evidence URLs present in registry or page content
Procedure / Content
Feature summary
Feature name: Evidence links
Feature group: Documentation and governance integration
Technical summary: Constructs links to /docs/... artifacts and surfaces them in the UI.
Low-tech summary: Buttons and links that take reviewers to the proof.
Feature in action
Where to see it working: /, /cv, and /projects/[slug] pages.
Confirmation Process
Manual
Steps: Verify evidence links render in the UI with expected labels and non-empty href attributes; optionally run live monitor checks for external reachability.
What to look for: Internal rendering is correct and href targets match intended docs/github destinations.
Artifacts or reports to inspect: Playwright E2E evidence link checks for DOM/href assertions; external-link monitor workflow/logs for live HTTP reachability.
Tests
Evidence links point to incorrect docs paths.
Missing docs base URL causes fallback to /docs.
Long-term maintenance notes
Update evidence URLs when documentation moves.
Re-validate links after docs restructure.
Source code references (GitHub URLs)
ADRs
Runbooks
Additional internal references
External reference links
Validation / Expected outcomes
Evidence links are correctly rendered and point to expected destinations.
External connectivity is monitored via scheduled/on-demand live checks (non-blocking for PRs).
Failure modes / Troubleshooting
Incorrect href targets: update docs base URL and registry entries.
External outages/rate limits: treat monitor failures as operational signals and recheck before escalation.
References