fix: force redirect on docs homepage

This commit is contained in:
Benjamin McCormick 2025-12-10 16:39:45 -05:00
parent 971b183f11
commit b3327daf38
1 changed files with 6 additions and 0 deletions

View File

@ -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",