-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
82 lines (82 loc) · 1.87 KB
/
docs.json
File metadata and controls
82 lines (82 loc) · 1.87 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"$schema": "https://mintlify.com/docs.json",
"name": "Zaymo Custom Integration",
"theme": "mint",
"colors": {
"primary": "#7B68EE",
"light": "#54B8FC",
"dark": "#7B68EE"
},
"logo": {
"dark": "/logo/zaymo-dark.svg",
"light": "/logo/zaymo-light.svg"
},
"fonts": {
"family": "ABC Favorit",
"source": "/fonts/ABCFavorit-Book.woff2",
"format": "woff2",
"weight": 350
},
"favicon": "/images/favicon-32x32.png",
"description": "Zaymo Custom Integration allows any e-commerce platform to integrate with Zaymo's in-email widgets and actions.",
"topbarLinks": [
{
"name": "Support",
"url": "mailto:daniel@zaymo.com"
}
],
"topbarCtaButton": {
"name": "Login",
"url": "https://app.zaymo.com"
},
"navigation": {
"tabs": [
{
"tab": "Get Started",
"groups": [
{
"group": "Getting Started",
"pages": ["introduction"]
},
{
"group": "Use Cases",
"pages": ["use-cases/product-upsells", "use-cases/subscription-portal", "use-cases/reactivate", "use-cases/custom-button"]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "Overview",
"pages": ["api-reference/overview", "api-reference/authentication"]
},
{
"group": "Endpoints",
"defaultOpen": true,
"openapi": {
"source": "openapi.json"
}
}
]
}
]
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude"]
},
"feedback": {
"thumbs": true,
"edits": false,
"issues": true
},
"api": {
"playground": {
"display": "simple"
},
"examples": {
"languages": ["curl", "python", "javascript"],
"defaults": "required"
}
}
}