generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
64 lines (64 loc) · 1.36 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "GameBoost Developer Docs",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#619BF5",
"light": "#619BF5",
"dark": "#0E6CFB",
"anchors": {
"from": "#0E6CFB",
"to": "#60A5FA"
}
},
"topbarLinks": [
{
"name": "Main Website",
"url": "https://gameboost.com"
}
],
"topbarCtaButton": {
"name": "Work With Us",
"url": "https://jobs.gameboost.com"
},
"anchors": [
{
"name": "API Reference",
"openapi": "/openapi.json",
"url": "api-reference",
"icon": "square-terminal"
},
{
"name": "Developers Chat",
"icon": "discord",
"url": "https://discord.com/channels/499268368545611787/1234627294228779018"
},
{
"name": "Sellers Guide",
"icon": "book-open-cover",
"url": "https://help.gameboost.com/en/articles/9714554-seller-guide"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"authentication",
"webhooks"
]
}
],
"openapi": [
"/openapi.json"
],
"footerSocials": {
"x": "https://x.com/GameBoostCom",
"instagram": "https://www.instagram.com/gameboostcom",
"discord": "https://discord.gg/gameboost"
}
}