generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
87 lines (83 loc) · 2.19 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
{
"name": "Easepay",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"background": {
"light": "#FCFDFE",
"dark": "#03041C"
},
"colors": {
"primary": "#006FF0",
"background": {
"light": "#FCFDFE",
"dark": "#03041C"
}
},
"topbarLinks": [
{
"name": "Login",
"url": "https://www.easepay.io/login"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://www.easepay.io"
},
"tabs": [
{
"name": "API Reference & SDK Documentation",
"url": "api-reference"
}
],
"anchors": [
{
"name": "API Reference",
"icon": "code",
"url": "api-reference"
},
{
"name": "Github",
"icon": "github",
"url": "https://www.github.com/Easepay"
}
],
"navigation": [
{
"group": "Overview",
"pages": ["overview/introduction", "overview/development", "overview/authentication", "overview/Error-Codes", "overview/integration", "overview/account"]
},
{
"group": "Guides",
"pages": ["guides/setup-payments", "guides/Initaite-Bitcoin-request", "guides/Handling-underpayments", "guides/Your-first-bitcoin-Payout", "guides/Handling-failed-transactions"]
},
{
"group": "Core Resources",
"pages": [
{
"group": "checkout-integration",
"pages": ["core-resources/checkout-integration/Payouts", "core-resources/checkout-integration/Checkout-page", "core-resources/checkout-integration/Creating-invoice", "core-resources/checkout-integration/Displaying-invoice", "core-resources/checkout-integration/Invoice-state" ]
},
"core-resources/setup-and-testing",
"core-resources/troubleshooting",
"core-resources/webhooks",
"core-resources/payment-status"
]
},
{
"group": "Endpoint Examples",
"pages": [
"api-reference/endpoint/get",
"api-reference/endpoint/create",
"api-reference/endpoint/delete"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/_easepay",
"github": "https://github.com/easepay",
"linkedin": "https://www.linkedin.com/company/easepay"
}
}