Commit graph

4 commits

Author SHA1 Message Date
Dhravya Shah
b8f90929bd docs: fix redirect loop — land on /overview, root redirects there once
Serving the landing at / via an index page loops on Mintlify hosting
(/ -> first nav page /index -> normalized back to /). Use the /overview
slug instead: / redirects there once via Mintlify's built-in behavior,
/intro and legacy intro paths redirect to /overview, no destination is
bare / anymore.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 16:30:16 -07:00
Dhravya Shah
f6fd0210af docs: serve the landing page at the root instead of redirecting to /intro
Rename intro.mdx to index.mdx so Mintlify serves it at / directly; /intro
redirects to /, old redirect destinations follow, internal links updated.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 16:27:59 -07:00
Dhravya Shah
492e09bae2 docs: staleness sweep — current model IDs, AI SDK APIs, one search signature
Fixes across existing pages: stale claude-3-sonnet -> current models,
deprecated ai/react + toAIStreamResponse -> current AI SDK APIs, five
divergent search signatures unified to client.search.memories (v4) /
client.search.documents (v3), singular containerTag in v4 contexts,
from-zep containerTag type error, canonical processing-status enum,
corrected 'v4 has no SDK' claim, internal links re-pointed at final
destinations.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 15:54:30 -07:00
MaheshtheDev
ca3d5d4921 docs: hermes agent instructions (#833) 2026-04-07 22:00:58 +00:00