generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
88 lines (88 loc) · 2.02 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "zootools API documentation | email marketing, referral programs, viral waitlists, transactional emails.",
"logo": {
"dark": "/logo/zootools_logo_dark.svg",
"light": "/logo/zootools_logo.svg"
},
"isWhiteLabeled": true,
"api": {
"baseUrl": "https://api.zootools.co",
"playground": {
"mode": "simple"
},
"auth": {
"method": "bearer"
}
},
"favicon": "/favicon.png",
"colors": {
"primary": "#df9400",
"light": "#df9400",
"dark": "#df9400"
},
"topbarLinks": [
{
"name": "Support",
"url": "support@zootools.co"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://app.zootools.co"
},
"versions": [{ "name": "v1", "url": "/" }],
"anchors": [
{
"name": "Audience API",
"icon": "users",
"url": "v1/audience/get-started"
},
{
"name": "Emails API",
"icon": "envelope",
"url": "v1/emails/get-started"
},
{
"name": "Twitter",
"icon": "twitter",
"url": "https://twitter.com/zootoolshq"
},
{
"name": "Support",
"icon": "question",
"url": "mailto:dev+support@zootools.co"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["v1/welcome/introduction", "v1/welcome/authentication"]
},
{
"group": "Audience API",
"pages": [
"v1/audience/get-started",
"v1/audience/add-contact",
"v1/audience/search-contact",
"v1/audience/delete-contact",
"v1/audience/schemas"
]
},
{
"group": "Emails API",
"pages": [
"v1/emails-api/get-started",
"v1/emails-api/integrate",
"v1/emails-api/create-template",
"v1/emails-api/test-emails"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/zootoolshq",
"github": "https://github.com/zootools",
"linkedin": "https://www.linkedin.com/company/zootools"
},
"backgroundImage": "/background.png"
}