-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
121 lines (121 loc) · 2.58 KB
/
docs.json
File metadata and controls
121 lines (121 loc) · 2.58 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Sendexa Docs",
"colors": {
"primary": "#2656D9",
"light": "#2455DB",
"dark": "#1F51FF"
},
"fonts": {
"family": "Outfit"
},
"favicon": "/favicon.png",
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting started",
"pages": ["overview", "quickstart", "authentication"]
},
{
"group": "Core concepts",
"pages": [
"core/rate-limits",
"core/errors",
"core/webhooks",
"core/idempotency"
]
},
{
"group": "Credit & Billing",
"pages": [
"billing/overview",
"billing/balance",
"billing/topup",
"billing/transactions"
]
}
]
},
{
"tab": "API reference",
"groups": [
{
"group": "API documentation",
"pages": ["api-reference/introduction"]
},
{
"group": "SMS API",
"pages": [
"api-reference/sms/send-sms",
"api-reference/sms/bulk-sms",
"api-reference/sms/check-status",
"api-reference/sms/resend-sms"
]
},
{
"group": "OTP API",
"pages": [
"api-reference/otp/request-otp",
"api-reference/otp/verify-otp",
"api-reference/otp/resend"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "Main Site",
"href": "https://www.sendexa.co",
"icon": "globe"
},
{
"anchor": "Blog",
"href": "https://blog.sendexa.co",
"icon": "newspaper"
}
]
}
},
"logo": {
"light": "/logo/exaweb.png",
"dark": "/logo/exaweb.png"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "https://www.sendexa.co/contact"
}
],
"primary": {
"type": "button",
"label": "Dashboard",
"href": "https://app.sendexa.co"
}
},
"contextual": {
"options": [
"copy",
"view",
"chatgpt",
"claude",
"perplexity",
"mcp",
"cursor",
"vscode"
]
},
"footer": {
"socials": {
"x": "https://x.com/sendexaHQ",
"github": "https://github.com/sendexa",
"linkedin": "https://linkedin.com/company/sendexa"
}
}
}