Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 19 additions & 23 deletions apps/docs/docs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"theme": "willow",
"name": "React Email",
"colors": {
"primary": "#06BCEE",
Expand All @@ -12,9 +12,9 @@
},
"favicon": "/favicon.png",
"navigation": {
"anchors": [
"tabs": [
Comment thread
cubic-dev-ai[bot] marked this conversation as resolved.
{
"anchor": "Documentation",
"tab": "Documentation",
"icon": "book-open",
"groups": [
{
Expand Down Expand Up @@ -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": "#",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: The new “Editor” tab is a dead link: href: "#" keeps users on the current page instead of taking them to an editor.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At apps/docs/docs.json, line 140:

<comment>The new “Editor” tab is a dead link: `href: "#"` keeps users on the current page instead of taking them to an editor.</comment>

<file context>
@@ -124,27 +124,23 @@
+      },
+      {
+        "tab": "Editor",
+        "href": "#",
+        "icon": "pencil"
       }
</file context>

"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",
Expand Down
Loading