forked from polybase/polybase-db-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
78 lines (78 loc) · 1.54 KB
/
mint.json
File metadata and controls
78 lines (78 loc) · 1.54 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "Polybase",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#AD31A1",
"light": "#E93380",
"dark": "#712EC2",
"ultraLight": "#FFC0DB",
"ultraDark": "#3E1273",
"anchors": {
"from": "#E93380",
"to": "#712EC2"
}
},
"topbarLinks": [
{
"name": "Whitepaper",
"url": "https://polybase.xyz/whitepaper"
},
{
"name": "Home",
"url": "https://polybase.xyz"
}
],
"anchors": [
{
"name": "Twitter",
"icon": "twitter",
"url": "https://twitter.com/polybase_xyz"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.com/invite/DrXkRpCFDX"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://polybase.xyz/blog"
},
{
"name": "Contact Us",
"icon": "envelope",
"url": "mailto:hello@polybase.xyz"
}
],
"navigation": [
{
"group": "Guides",
"pages": [
"get-started",
"collections",
"write-data",
"read",
"delete-data",
"react",
"faq",
"changelog",
"known-issues",
"indexer-network",
"indexers",
{
"group": "Examples",
"pages": ["polybase-social"]
}
]
}
],
"backgroundImage": "/images/background.png",
"footerSocials": {
"twitter": "https://twitter.com/polybase_xyz",
"discord": "https://discord.com/invite/DrXkRpCFDX"
}
}