-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
48 lines (48 loc) · 1.05 KB
/
mint.json
File metadata and controls
48 lines (48 loc) · 1.05 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Supa Documentation",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarCtaButton": {
"name": "App",
"url": "https://supa.finance/app"
},
"navigation": [
{
"group": "Get Started",
"pages": ["supa", "quickstart"]
},
{
"group": "Features",
"pages": [
"features/supa-wallet",
"features/boost-browser",
"features/macros",
"features/automations",
"features/power-credits",
"features/marketplace"
]
},
{
"group": "Technical Reference",
"pages": ["reference/contract-address", "audit"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/supafinance",
"github": "https://github.com/supafinance",
"discord": "https://discord.gg/SudW6w4v28"
}
}