From 1fdb0576bc25346c6dd90c19dbeb222b7ec612d7 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 20:22:37 +0000 Subject: [PATCH] docs: improve SEO titles for v6 reference pages --- docs/v6/reference/agents.mdx | 2 +- docs/v6/reference/types.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/v6/reference/agents.mdx b/docs/v6/reference/agents.mdx index 1f32b296..c76462d7 100644 --- a/docs/v6/reference/agents.mdx +++ b/docs/v6/reference/agents.mdx @@ -1,5 +1,5 @@ --- -title: "Agents" +title: "Agents reference: built-in agents, gateway, custom agents" description: "Agents in HUD: built-in agents like Claude, OpenAI, and Gemini, the HUD gateway for routing models, and how to wire your own agent into a task run." icon: "robot" mode: "wide" diff --git a/docs/v6/reference/types.mdx b/docs/v6/reference/types.mdx index 21c77c91..08e38392 100644 --- a/docs/v6/reference/types.mdx +++ b/docs/v6/reference/types.mdx @@ -1,5 +1,5 @@ --- -title: "Types" +title: "Types reference: Run, Trace, Grade, Step, and task IO" description: "Reference for HUD serializable types: Run, Trace, Grade, Step, AgentStep, ToolStep, Citation, Answer, and the typed task input and output shapes." icon: "code" ---