diff --git a/apps/docs/docs.json b/apps/docs/docs.json index adb6f5849e..fe616c4008 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -1,6 +1,6 @@ { "$schema": "https://mintlify.com/docs.json", - "theme": "mint", + "theme": "willow", "name": "React Email", "colors": { "primary": "#06BCEE", @@ -12,9 +12,9 @@ }, "favicon": "/favicon.png", "navigation": { - "anchors": [ + "tabs": [ { - "anchor": "Documentation", + "tab": "Documentation", "icon": "book-open", "groups": [ { @@ -124,27 +124,23 @@ ] } ] + }, + { + "tab": "Components", + "href": "https://react.email/components", + "icon": "grid-2-plus" + }, + { + "tab": "Templates", + "href": "https://demo.react.email/preview/notifications/vercel-invite-user", + "icon": "arrow-pointer" + }, + { + "tab": "Editor", + "href": "#", + "icon": "pencil" } - ], - "global": { - "anchors": [ - { - "anchor": "Components", - "href": "https://react.email/components", - "icon": "grid-2-plus" - }, - { - "anchor": "Templates", - "href": "https://demo.react.email/preview/notifications/vercel-invite-user", - "icon": "arrow-pointer" - }, - { - "anchor": "GitHub", - "href": "https://github.com/resend/react-email", - "icon": "github" - } - ] - } + ] }, "logo": { "light": "/logo/light.svg",