-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
53 lines (53 loc) · 1.16 KB
/
mint.json
File metadata and controls
53 lines (53 loc) · 1.16 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "BuildProof Documentation",
"logo": {
"dark": "/images/logo.svg",
"light": "/images/logo.svg",
"href": "https://buildproof.io"
},
"favicon": "/images/favicon.svg",
"colors": {
"primary": "#E33B3B",
"light": "#FF8964",
"dark": "#E33B3B",
"anchors": {
"from": "#FF8964",
"to": "#E33B3B"
}
},
"font": {
"headings": {
"family": "Geist",
"format": "woff",
"url": "https://buildproof.io/GeistVF.woff"
},
"body": {
"family": "Geist Mono",
"format": "woff",
"url": "https://buildproof.io/GeistMonoVF.woff"
}
},
"navigation": [
{
"group": "Get Started",
"pages": [
"get-started/introduction",
"get-started/participate"
]
},
{
"group": "Hackathons",
"pages": [
"hackathons/devgames2025"
]
}
],
"footerSocials": {
"website": "https://buildproof.io",
"x": "https://x.com/build_proof",
"discord": "https://discord.gg/ACFvyu22DQ",
"youtube": "https://www.youtube.com/@BuildProof",
"github": "https://github.com/buildproof"
}
}