-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
114 lines (114 loc) · 2.46 KB
/
mint.json
File metadata and controls
114 lines (114 loc) · 2.46 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Welcome to the Junction",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#FF3049",
"light": "#FF576C",
"dark": "#FF3049",
"anchors": {
"from": "#FF3049",
"to": "#FF3049"
}
},
"styling": {
"css": "styles.css"
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:gm@junction.exchange"
}
],
"topbarCtaButton": {
"name": "Launch app",
"url": "https://app.junction.exchange"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
},
{
"name": "Integrations",
"url": "integrations"
}
],
"navigation": [
{
"group": "Getting started",
"pages": [
"introduction",
"what-is-junction",
"junction-contracts",
"jun-tokenomics"
]
},
{
"group": "API",
"pages": [
"junction-api/introduction"
]
},
{
"group": "Exchange",
"pages": [
"junction-exchange/introduction",
"junction-exchange/platform-fee",
"junction-exchange/how-to-connect",
"junction-exchange/how-to-make-a-swap",
"junction-exchange/how-to-buy-crypto",
"junction-exchange/supported-blockchains"
]
},
{
"group": "Earn",
"pages": [
"junction-earn/introduction",
"junction-earn/what-is-xp",
"junction-earn/referrals"
]
},
{
"group": "Connector",
"pages": [
"junction-connector/introduction",
"junction-connector/supported-ecosystems",
"junction-connector/supported-social-logins",
"junction-connector/supported-wallets"
]
},
{
"group": "API Documentation",
"pages": [
"api-reference/introduction"
]
},
{
"group": "Endpoint Examples",
"pages": [
"api-reference/endpoint/graphql"
]
},
{
"group": "Integrations",
"pages": [
"integrations/introduction"
]
}
],
"footerSocials": {
"website": "https://junction.exchange",
"x": "https://x.com/junctionfi",
"github": "https://github.com/junction-exchange",
"discord": "https://discord.gg/nwhVduWqE8",
"linkedin": "https://www.linkedin.com/company/junction-exchange"
},
"api": {
"baseUrl": "https://router-dev.junction.exchange/graphql"
}
}