From 4388719b76ccfce5ec7f0fc66ae26344830f4e41 Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 15 Aug 2026 12:22:54 +0200 Subject: [PATCH] docs(web-ui/agent): fix stale NavLink type name Verified against hive-agent/src/web_ui/state.rs: the struct is AgentLink (AgentLinkKind for kind), not NavLink -- NavLink doesn't exist anywhere in the Rust or frontend source. --- docs/web-ui/agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-ui/agent.md b/docs/web-ui/agent.md index 387ccd2b..1d6f1169 100644 --- a/docs/web-ui/agent.md +++ b/docs/web-ui/agent.md @@ -36,7 +36,7 @@ through. Three flex columns: also appears in `DashboardState.links` (`GET /api/dashboard-state`) for the dashboard card's icon strip. Both are produced by `agent_links()` in hive-ag3nt — the single source of truth. - Each `NavLink.kind` resolves + Each `AgentLink.kind` resolves differently in the frontend: `Container` → same-origin path (the agent page is itself container-local); `Forge` → `state.forge_public_url + url` (sourced from