Merge pull request #295 from plastic-labs/ben/fix-docs-homepage

fix: force redirect on docs homepage
This commit is contained in:
doria 2025-12-10 16:40:12 -05:00 committed by GitHub
commit 1dc17afdcf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",