Merge pull request #295 from plastic-labs/ben/fix-docs-homepage
fix: force redirect on docs homepage
This commit is contained in:
commit
1dc17afdcf
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue