-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
44 lines (44 loc) · 930 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
38
39
40
41
42
43
44
{
"name": "HiWay Media",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#16A34A",
"light": "#4ADE80",
"dark": "#166534"
},
"topbarLinks": [
{
"name": "Contact Us",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://1tc7vihvbit.typeform.com/to/pZJ31XZB"
},
"anchors": [
{
"name": "API Components",
"icon": "rectangle-terminal",
"color": "#f59f0b",
"url": "api-components"
}
],
"navigation": [
{
"group": "Getting Started",
"pages": [
"developers/introduction"
]
}
],
"footerSocials": {
"github": "https://github.com/HiWay-Media"
},
"integrations": {
}
}