-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
54 lines (54 loc) · 1.04 KB
/
mint.json
File metadata and controls
54 lines (54 loc) · 1.04 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
54
{
"$schema": "https://mintlify.com/schema.json",
"name": "PillarX",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#531991",
"light": "#531991",
"dark": "#531991"
},
"topbarCtaButton": {
"name": "PillarX",
"url": "https://www.pillarx.app"
},
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/pillarwallet/x"
},
{
"name": "Discord",
"icon": "discord",
"url": "https://chat.pillar.fi/"
},
{
"name": "Telegram",
"icon": "telegram",
"url": "https://t.me/pillarxdevelopers"
}
],
"navigation": [
{
"group": "PillarX",
"pages": [
"introduction",
"create-an-app",
"port-an-app",
"libraries"
]
}
],
"footerSocials": {
"twitter": "https://x.com/px_web3",
"github": "https://github.com/pillarwallet/x"
},
"modeToggle": {
"default": "dark",
"isHidden": true
}
}