generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
74 lines (74 loc) · 1.58 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Documentation",
"logo": {
"dark": "logo/inverted.png",
"light": "logo/logo.png"
},
"favicon": "/logo/favicon.png",
"colors": {
"primary": "#000000",
"light": "#ffffff",
"dark": "#000000",
"anchors": {
"from": "#000000",
"to": "#000000"
},
"background": {
"light": "#EAFAFF",
"dark": "#000000"
}
},
"topbarLinks": [
{
"name": "API",
"url": "/api-reference/get-started"
},
{
"name": "Control Panel",
"url": "https://dashboard.index-commerce.com/"
}
],
"topbarCtaButton": {
"name": "Talk to us",
"url": "https://calendar.app.google/jQVSUAfNheaqS9JE6"
},
"anchors": [
],
"navigation": [
{
"group": "index commerce",
"pages": ["introduction"]
},
{
"group": "Handbook",
"pages": [
"handbook/overview",
"handbook/pricing",
"handbook/customer-onboarding",
"handbook/contracts",
"handbook/refunds",
"handbook/who-we-do-business-with",
"handbook/terms",
"handbook/privacy"
]
},
{
"group": "API Documentation",
"pages": [
"api-reference/get-started",
"api-reference/extract",
"api-reference/sources",
"api-reference/target-formats",
"api-reference/validate",
"api-reference/mappings",
"api-reference/jobs",
"api-reference/types",
"api-reference/search",
"api-reference/webhooks"
]
}
],
"footerSocials": {
}
}