generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
73 lines (73 loc) · 1.72 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Zymono Codemail",
"logo": {
"dark": "/favicon.png",
"light": "/favicon.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#0069ED",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"topbarLinks": [
{
"name": "Dashboard",
"url": "https://codemail.zymono.com/dashboard/"
}
],
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/zymono/codemail"
},
"anchors": [
{
"name": "API Reference",
"icon": "rectangle-terminal",
"url": "api-reference"
},
{
"name": "Email Builder",
"icon": "pen-to-square",
"url": "build"
},
{
"name": "Open Source",
"icon": "github",
"url": "https://github.com/zymono/codemail"
}
],
"navigation": [
{
"group": "Home",
"pages": ["introduction", "features", "changes"]
},
{
"group": "API Documentation",
"pages": ["api-reference/authentication", "api-reference/running", "api-reference/analytics", "api-reference/components"]
},
{
"group": "Examples",
"pages": [
"api-reference/endpoint/create", "api-reference/endpoint/signupcustomize", "api-reference/endpoint/node"
]
},
{
"group": "API 2.0 Documentation",
"pages": ["api-reference/2/authentication", "api-reference/2/analytics", "api-reference/2/init"]
},
{
"group": "Email Builder",
"pages": [
"build/build"
]
}
],
"backgroundImage": "/images/background (1).png",
"footerSocials": {
"twitter": "https://twitter.com/useZymono",
"github": "https://github.com/zymono",
"youtube": "https://www.youtube.com/@zymono"
}
}