From eb40541e703511ca09e8165f52b45fe2b2645dd8 Mon Sep 17 00:00:00 2001 From: Chris Pennington Date: Mon, 16 Mar 2026 16:18:00 -0600 Subject: [PATCH 1/2] feat: change theme --- apps/docs/docs.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/docs/docs.json b/apps/docs/docs.json index adb6f5849e..77a68ab7d3 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": [ { @@ -127,19 +127,19 @@ } ], "global": { - "anchors": [ + "tabs": [ { - "anchor": "Components", + "tab": "Components", "href": "https://react.email/components", "icon": "grid-2-plus" }, { - "anchor": "Templates", + "tab": "Templates", "href": "https://demo.react.email/preview/notifications/vercel-invite-user", "icon": "arrow-pointer" }, { - "anchor": "GitHub", + "tab": "GitHub", "href": "https://github.com/resend/react-email", "icon": "github" } From bb21ba5a157cae3c36d7950ccdbfc74da3b3aba0 Mon Sep 17 00:00:00 2001 From: Chris Pennington Date: Mon, 16 Mar 2026 21:04:02 -0600 Subject: [PATCH 2/2] move from global anchors to tabs --- apps/docs/docs.json | 36 ++++++++++++++++-------------------- 1 file changed, 16 insertions(+), 20 deletions(-) diff --git a/apps/docs/docs.json b/apps/docs/docs.json index 77a68ab7d3..fe616c4008 100644 --- a/apps/docs/docs.json +++ b/apps/docs/docs.json @@ -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": { - "tabs": [ - { - "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": "GitHub", - "href": "https://github.com/resend/react-email", - "icon": "github" - } - ] - } + ] }, "logo": { "light": "/logo/light.svg",