-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmint.json
More file actions
117 lines (117 loc) · 2.85 KB
/
mint.json
File metadata and controls
117 lines (117 loc) · 2.85 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"$schema": "https://mintlify.com/schema.json",
"name": "Raffl Docs",
"logo": {
"dark": "/logo/logo.svg",
"light": "/logo/logo.svg"
},
"modeToggle": {
"default": "dark"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#6d28d9",
"light": "#ae7aff",
"dark": "#6d28d9",
"anchors": {
"from": "#6d28d9",
"to": "#6d28d9"
}
},
"topbarLinks": [
{
"name": "Contact Us",
"url": "mailto:ja@raffl.xyz"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://raffl.xyz"
},
"tabs": [
{
"name": "Protocol",
"url": "protocol"
}
],
"anchors": [
{
"name": "Dashboard",
"icon": "gauge",
"url": "https://raffl.xyz"
},
{
"name": "Github",
"icon": "github",
"url": "https://github.com/raffleth"
}
],
"navigation": [
{
"group": "",
"pages": ["introduction", "features", "why-use-raffl"]
},
{
"group": "Smart Contracts",
"pages": [
"protocol/introduction",
"protocol/contract-addresses",
"protocol/subgraph",
"protocol/integrate-raffl-into-your-protocol"
]
},
{
"group": "Technical",
"pages": [
"protocol/contracts/RafflFactory",
"protocol/contracts/Raffl",
{
"group": "Abstracts",
"pages": ["protocol/contracts/abstracts/EntriesManager", "protocol/contracts/abstracts/FactoryFeeManager"]
},
{
"group": "Interfaces",
"pages": [
"protocol/contracts/interfaces/IFactoryFeeManager",
"protocol/contracts/interfaces/IFeeManager",
"protocol/contracts/interfaces/IRaffl",
"protocol/contracts/interfaces/IERC20Minimal"
]
},
{
"group": "Libraries",
"pages": [
"protocol/contracts/libraries/RafflErrors",
"protocol/contracts/libraries/RafflFactoryErrors",
"protocol/contracts/libraries/TokenLib"
]
}
]
},
{
"group": "Tutorials",
"pages": ["tutorials/how-to-create", "tutorials/how-to-participate", "tutorials/how-to-restrict-to-holders"]
},
{
"group": "FAQs",
"pages": [
"faq/what-happens-if-draw-is-not-made",
"faq/how-to-claim-rewards",
"faq/how-to-know-who-is-the-winner",
"faq/is-there-a-way-to-know-total-entries",
"faq/is-there-a-way-to-manually-cancel-a-raffle",
"faq/is-there-a-way-to-request-a-refund",
"faq/what-happens-to-pooled-entries",
"faq/how-is-raffl-different-from-a-traditional-raffle"
]
},
{
"group": "Contact Us",
"pages": ["business-partnerships", "contact-us"]
}
],
"footerSocials": {
"x": "https://x.com/rafflxyz",
"github": "https://github.com/raffleth"
}
}