-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathmint.json
More file actions
91 lines (90 loc) · 1.94 KB
/
Copy pathmint.json
File metadata and controls
91 lines (90 loc) · 1.94 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Inference.net Devnet Documentation",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#53B1FD",
"light": "#268CE0",
"dark": "#53B1FD",
"background": {
"dark": "#0F0F0F",
"light": "#F8F2EC"
},
"anchors": {
"from": "#53B1FD",
"to": "#53B1FD"
}
},
"topbar": {
"style": "default"
},
"codeBlock": {
"mode": "auto"
},
"rounded": "sharp",
"topbarLinks": [
{
"name": "Support",
"url": "https://discord.gg/kuzco"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://devnet.inference.net/dashboard"
},
"anchors": [
{
"name": "Dashboard",
"icon": "grid",
"url": "https://devnet.inference.net/dashboard"
},
{
"name": "Discord",
"icon": "discord",
"url": "https://discord.gg/kuzco"
},
{
"name": "Register",
"icon": "user-plus",
"url": "https://devnet.inference.net/register"
}
],
"navigation": [
{
"group": "Epoch 3",
"pages": [
"devnet-epoch-3/overview",
"devnet-epoch-3/airdrop",
"devnet-epoch-3/staking-protocol",
"devnet-epoch-3/operator-guide",
"devnet-epoch-3/delegator-guide",
"devnet-epoch-3/network-security",
"devnet-epoch-3/bug-bounty-program"
]
},
{
"group": "Getting Started",
"pages": [
"getting-started/introduction",
"getting-started/quickstart",
"getting-started/hardware"
]
},
{
"group": "Advanced",
"pages": ["advanced/docker"]
},
{
"group": "Community & Support",
"pages": ["community/discord-roles", "community/support", "community/faq"]
}
],
"footerSocials": {
"x": "https://x.com/inference_net",
"github": "https://github.com/context-labs"
}
}