generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
58 lines (58 loc) · 1.26 KB
/
mint.json
File metadata and controls
58 lines (58 loc) · 1.26 KB
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "md-to-react-email",
"favicon": "/favicon.svg",
"colors": {
"primary": "#EA0B0B",
"light": "#FF5C5C",
"dark": "#B91C1C",
"background": {
"dark": "#1E1D1D"
},
"anchors": {
"from": "#FF7F57",
"to": "#9563FF"
}
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/codeskills-dev/md-to-react-email"
},
"anchors": [
{
"name": "Codeskills",
"icon": "browser",
"url": "https://codeskills.dev"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://blog.codeskills.dev"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["introduction", "installation", "changelog"]
},
{
"group": "Components",
"pages": [
"components/react-email-markdown",
"components/parseMarkdownToReactEmailJSX",
"components/utility-functions",
"components/custom-types"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/pauloe_me",
"github": "https://github.com/lordelogos",
"linkedin": "https://www.linkedin.com/in/pauloe-me/"
},
"analytics": {
"ga4": {
"measurementId": "G-BXG1VEPRPB"
}
}
}