-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
44 lines (44 loc) · 766 Bytes
/
mint.json
File metadata and controls
44 lines (44 loc) · 766 Bytes
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
{
"name": "Distiller Starter Kit",
"logo": {
"dark": "/logo/Dark.png",
"light": "/logo/Light.png"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "founders@pamir.ai"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"Onboarding",
"development",
"sdk_docs"
]
},
{
"group": "Technical Reference",
"pages": [
"take_it_apart",
"hardware_overview",
"cad_designs"
]
}
],
"footerSocials": {
"x": "https://x.com/pamir_ai"
}
}