forked from resend/react-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
110 lines (110 loc) · 2.36 KB
/
mint.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
{
"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/resendlabs/react-email"
},
"anchors": [
{
"name": "Examples",
"icon": "arrow-pointer",
"url": "https://demo.react.email/preview/vercel-invite-user"
},
{
"name": "Discord",
"icon": "discord",
"url": "https://react.email/discord"
},
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/resendlabs/react-email"
}
],
"navigation": [
{
"group": "Overview",
"pages": [
"introduction",
"contributing",
"changelog",
"roadmap",
"cli"
]
},
{
"group": "Getting Started",
"pages": [
"getting-started/automatic-setup",
"getting-started/manual-setup"
]
},
{
"group": "Components",
"pages": [
"components/html",
"components/head",
"components/button",
"components/column",
"components/container",
"components/font",
"components/heading",
"components/hr",
"components/image",
"components/link",
"components/paragraph",
"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"
]
}
],
"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"
}
}
}