From be9d371acbf0752e1b2f26ec92d179c4bf1fb7a0 Mon Sep 17 00:00:00 2001 From: Tomas R Date: Mon, 7 Sep 2026 14:45:57 -0300 Subject: [PATCH] docs: redirect 404s to the homepage Enable Mintlify's errors.404.redirect so unmatched paths go to the landing page instead of rendering a 404. The redirect targets the first page in navigation, so index.mdx is now listed first in the Wallets dropdown, making "/" the target instead of /wallets/overview. Co-Authored-By: Claude Opus 5 (1M context) --- docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs.json b/docs.json index f296086..629cb1a 100644 --- a/docs.json +++ b/docs.json @@ -156,6 +156,11 @@ } }, "favicon": "/favicon.ico", + "errors": { + "404": { + "redirect": true + } + }, "navigation": { "tabs": [ { @@ -166,6 +171,7 @@ "dropdown": "Wallet SDK - Overview", "icon": "wallet", "pages": [ + "index", { "group": "Getting Started", "pages": [