generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
37 lines (37 loc) · 771 Bytes
/
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Beats Foundation",
"favicon": "https://beatsfoundation.com/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarCtaButton": {
"name": "Create",
"url": "https://beatsfoundation.com"
},
"tabs": [
{
"name": "API Reference",
"url": "api-reference",
"openapi": "https://www.beatsfoundation.com/swagger.json"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction"
]
}
],
"footerSocials": {
"x": "https://x.com/0xbeatsai",
"github": "https://github.com/beatsfoundation"
}
}