Skip to content

Commit b6f926d

Browse files
authored
feat(docs): contextual buttons to copy page's content for AI (#2274)
1 parent fb0763d commit b6f926d

File tree

2 files changed

+162
-144
lines changed

2 files changed

+162
-144
lines changed

apps/docs/docs.json

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "mint",
4+
"name": "React Email",
5+
"colors": {
6+
"primary": "#06BCEE",
7+
"light": "#81D7F7",
8+
"dark": "#06A6D1"
9+
},
10+
"contextual": {
11+
"options": ["copy", "chatgpt", "claude"]
12+
},
13+
"favicon": "/favicon.png",
14+
"navigation": {
15+
"anchors": [
16+
{
17+
"anchor": "Documentation",
18+
"icon": "book-open",
19+
"groups": [
20+
{
21+
"group": "Overview",
22+
"pages": [
23+
"introduction",
24+
"changelog",
25+
"roadmap",
26+
"cli",
27+
"deployment"
28+
]
29+
},
30+
{
31+
"group": "Getting Started",
32+
"pages": [
33+
"getting-started/automatic-setup",
34+
"getting-started/manual-setup",
35+
{
36+
"group": "Monorepo Setup",
37+
"icon": "diagram-project",
38+
"pages": [
39+
"getting-started/monorepo-setup/npm",
40+
"getting-started/monorepo-setup/pnpm",
41+
"getting-started/monorepo-setup/yarn",
42+
"getting-started/monorepo-setup/bun"
43+
]
44+
},
45+
"getting-started/migrating-to-react-email"
46+
]
47+
},
48+
{
49+
"group": "Components",
50+
"pages": [
51+
"components/html",
52+
"components/head",
53+
"components/button",
54+
"components/container",
55+
"components/code-block",
56+
"components/code-inline",
57+
"components/column",
58+
"components/row",
59+
"components/font",
60+
"components/heading",
61+
"components/hr",
62+
"components/image",
63+
"components/link",
64+
"components/markdown",
65+
"components/preview",
66+
"components/section",
67+
"components/tailwind",
68+
"components/text"
69+
]
70+
},
71+
{
72+
"group": "Utilities",
73+
"pages": ["utilities/render"]
74+
},
75+
{
76+
"group": "Integrations",
77+
"pages": [
78+
"integrations/overview",
79+
"integrations/resend",
80+
"integrations/nodemailer",
81+
"integrations/sendgrid",
82+
"integrations/postmark",
83+
"integrations/aws-ses",
84+
"integrations/mailersend",
85+
"integrations/scaleway",
86+
"integrations/plunk"
87+
]
88+
},
89+
{
90+
"group": "Contributing",
91+
"pages": [
92+
"contributing/introduction",
93+
"contributing/opening-issues",
94+
"contributing/opening-pull-requests",
95+
"contributing/codebase-overview",
96+
{
97+
"group": "Development workflow",
98+
"icon": "arrow-progress",
99+
"pages": [
100+
"contributing/development-workflow/1-setup",
101+
"contributing/development-workflow/2-running-tests",
102+
"contributing/development-workflow/3-linting",
103+
"contributing/development-workflow/4-building",
104+
"contributing/development-workflow/5-writing-docs"
105+
]
106+
}
107+
]
108+
}
109+
]
110+
}
111+
],
112+
"global": {
113+
"anchors": [
114+
{
115+
"anchor": "Components",
116+
"href": "https://react.email/components",
117+
"icon": "grid-2-plus"
118+
},
119+
{
120+
"anchor": "Templates",
121+
"href": "https://demo.react.email/preview/notifications/vercel-invite-user",
122+
"icon": "arrow-pointer"
123+
},
124+
{
125+
"anchor": "Discord",
126+
"href": "https://react.email/discord",
127+
"icon": "discord"
128+
},
129+
{
130+
"anchor": "GitHub",
131+
"href": "https://github.com/resend/react-email",
132+
"icon": "github"
133+
}
134+
]
135+
}
136+
},
137+
"logo": {
138+
"light": "/logo/light.svg",
139+
"dark": "/logo/dark.svg"
140+
},
141+
"appearance": {
142+
"default": "dark",
143+
"strict": true
144+
},
145+
"background": {
146+
"image": "/images/background.png",
147+
"color": {
148+
"dark": "#111111"
149+
}
150+
},
151+
"navbar": {
152+
"primary": {
153+
"type": "github",
154+
"href": "https://github.com/resend/react-email"
155+
}
156+
},
157+
"integrations": {
158+
"ga4": {
159+
"measurementId": "G-2LXLLQLM5D"
160+
}
161+
}
162+
}

apps/docs/mint.json

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)