-
Notifications
You must be signed in to change notification settings - Fork 677
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update docs navigation (#1792)
- Loading branch information
1 parent
3ab0518
commit 3f6b80c
Showing
1 changed file
with
128 additions
and
125 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,127 +1,130 @@ | ||
{ | ||
"$schema": "https://mintlify.com/schema.json", | ||
"name": "React Email", | ||
"logo": { | ||
"light": "/logo/light.svg", | ||
"dark": "/logo/dark.svg" | ||
}, | ||
"favicon": "/favicon.png", | ||
"colors": { | ||
"primary": "#06BCEE", | ||
"light": "#81D7F7", | ||
"dark": "#06A6D1", | ||
"ultraLight": "#F2F8FB", | ||
"ultraDark": "#0B0101", | ||
"background": { | ||
"dark": "#111111" | ||
} | ||
}, | ||
"modeToggle": { | ||
"default": "dark", | ||
"isHidden": true | ||
}, | ||
"topbarCtaButton": { | ||
"type": "github", | ||
"url": "https://github.com/resend/react-email" | ||
}, | ||
"anchors": [ | ||
{ | ||
"name": "Examples", | ||
"icon": "arrow-pointer", | ||
"url": "https://demo.react.email/preview/notifications/vercel-invite-user" | ||
}, | ||
{ | ||
"name": "Discord", | ||
"icon": "discord", | ||
"url": "https://react.email/discord" | ||
}, | ||
{ | ||
"name": "GitHub", | ||
"icon": "github", | ||
"url": "https://github.com/resend/react-email" | ||
} | ||
], | ||
"navigation": [ | ||
{ | ||
"group": "Overview", | ||
"pages": [ | ||
"introduction", | ||
"contributing", | ||
"changelog", | ||
"roadmap", | ||
"cli", | ||
"deployment" | ||
] | ||
}, | ||
{ | ||
"group": "Getting Started", | ||
"pages": [ | ||
"getting-started/automatic-setup", | ||
"getting-started/manual-setup", | ||
{ | ||
"group": "Monorepo Setup", | ||
"icon": "diagram-project", | ||
"pages": [ | ||
"getting-started/monorepo-setup/npm", | ||
"getting-started/monorepo-setup/pnpm", | ||
"getting-started/monorepo-setup/yarn", | ||
"getting-started/monorepo-setup/bun" | ||
] | ||
}, | ||
"getting-started/migrating-to-react-email" | ||
] | ||
}, | ||
{ | ||
"group": "Components", | ||
"pages": [ | ||
"components/html", | ||
"components/head", | ||
"components/button", | ||
"components/container", | ||
"components/code-block", | ||
"components/code-inline", | ||
"components/column", | ||
"components/row", | ||
"components/font", | ||
"components/heading", | ||
"components/hr", | ||
"components/image", | ||
"components/link", | ||
"components/markdown", | ||
"components/preview", | ||
"components/section", | ||
"components/tailwind", | ||
"components/text" | ||
] | ||
}, | ||
{ | ||
"group": "Utilities", | ||
"pages": [ | ||
"utilities/render" | ||
] | ||
}, | ||
{ | ||
"group": "Integrations", | ||
"pages": [ | ||
"integrations/overview", | ||
"integrations/resend", | ||
"integrations/nodemailer", | ||
"integrations/sendgrid", | ||
"integrations/postmark", | ||
"integrations/aws-ses", | ||
"integrations/mailersend", | ||
"integrations/plunk" | ||
] | ||
} | ||
], | ||
"classes": { | ||
"anchors": "group-hover:bg-gradient-to-tr from-primary to-primary-dark dark:from-[#61DAFB] dark:to-[#06BCEE]", | ||
"activeAnchors": "bg-gradient-to-tr" | ||
}, | ||
"backgroundImage": "/images/background.png", | ||
"analytics": { | ||
"ga4": { | ||
"measurementId": "G-2LXLLQLM5D" | ||
} | ||
} | ||
"$schema": "https://mintlify.com/schema.json", | ||
"name": "React Email", | ||
"logo": { | ||
"light": "/logo/light.svg", | ||
"dark": "/logo/dark.svg" | ||
}, | ||
"favicon": "/favicon.png", | ||
"colors": { | ||
"primary": "#06BCEE", | ||
"light": "#81D7F7", | ||
"dark": "#06A6D1", | ||
"ultraLight": "#F2F8FB", | ||
"ultraDark": "#0B0101", | ||
"background": { | ||
"dark": "#111111" | ||
} | ||
}, | ||
"modeToggle": { | ||
"default": "dark", | ||
"isHidden": true | ||
}, | ||
"topbarCtaButton": { | ||
"type": "github", | ||
"url": "https://github.com/resend/react-email" | ||
}, | ||
"anchors": [ | ||
{ | ||
"name": "Components", | ||
"icon": "grid-2-plus", | ||
"url": "https://react.email/components" | ||
}, | ||
{ | ||
"name": "Templates", | ||
"icon": "arrow-pointer", | ||
"url": "https://demo.react.email/preview/notifications/vercel-invite-user" | ||
}, | ||
{ | ||
"name": "Discord", | ||
"icon": "discord", | ||
"url": "https://react.email/discord" | ||
}, | ||
{ | ||
"name": "GitHub", | ||
"icon": "github", | ||
"url": "https://github.com/resend/react-email" | ||
} | ||
], | ||
"navigation": [ | ||
{ | ||
"group": "Overview", | ||
"pages": [ | ||
"introduction", | ||
"contributing", | ||
"changelog", | ||
"roadmap", | ||
"cli", | ||
"deployment" | ||
] | ||
}, | ||
{ | ||
"group": "Getting Started", | ||
"pages": [ | ||
"getting-started/automatic-setup", | ||
"getting-started/manual-setup", | ||
{ | ||
"group": "Monorepo Setup", | ||
"icon": "diagram-project", | ||
"pages": [ | ||
"getting-started/monorepo-setup/npm", | ||
"getting-started/monorepo-setup/pnpm", | ||
"getting-started/monorepo-setup/yarn", | ||
"getting-started/monorepo-setup/bun" | ||
] | ||
}, | ||
"getting-started/migrating-to-react-email" | ||
] | ||
}, | ||
{ | ||
"group": "Internal components", | ||
"pages": [ | ||
"components/html", | ||
"components/head", | ||
"components/button", | ||
"components/container", | ||
"components/code-block", | ||
"components/code-inline", | ||
"components/column", | ||
"components/row", | ||
"components/font", | ||
"components/heading", | ||
"components/hr", | ||
"components/image", | ||
"components/link", | ||
"components/markdown", | ||
"components/preview", | ||
"components/section", | ||
"components/tailwind", | ||
"components/text" | ||
] | ||
}, | ||
{ | ||
"group": "Utilities", | ||
"pages": ["utilities/render"] | ||
}, | ||
{ | ||
"group": "Integrations", | ||
"pages": [ | ||
"integrations/overview", | ||
"integrations/resend", | ||
"integrations/nodemailer", | ||
"integrations/sendgrid", | ||
"integrations/postmark", | ||
"integrations/aws-ses", | ||
"integrations/mailersend", | ||
"integrations/plunk" | ||
] | ||
} | ||
], | ||
"classes": { | ||
"anchors": "group-hover:bg-gradient-to-tr from-primary to-primary-dark dark:from-[#61DAFB] dark:to-[#06BCEE]", | ||
"activeAnchors": "bg-gradient-to-tr" | ||
}, | ||
"backgroundImage": "/images/background.png", | ||
"analytics": { | ||
"ga4": { | ||
"measurementId": "G-2LXLLQLM5D" | ||
} | ||
} | ||
} |
3f6b80c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
react-email-demo – ./apps/demo
react-email-demo-git-main-resend.vercel.app
react-email-demo-resend.vercel.app
react-email-demo.vercel.app
demo.react.email