From b3327daf38096a4c86f24cb0b82539b5e51e3cca Mon Sep 17 00:00:00 2001 From: Benjamin McCormick Date: Wed, 10 Dec 2025 16:39:45 -0500 Subject: [PATCH] fix: force redirect on docs homepage --- docs/docs.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index c57b1f3e..a6e66375 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -2,6 +2,12 @@ "$schema": "https://mintlify.com/docs.json", "theme": "mint", "name": "Honcho", + "redirects": [ + { + "source": "/", + "destination": "/v2/documentation/introduction/overview" + } + ], "colors": { "primary": "#66AAFF", "dark": "#151E27",