-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
64 lines (64 loc) · 1.51 KB
/
Copy pathdocs.json
File metadata and controls
64 lines (64 loc) · 1.51 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "luma",
"name": "Unity Nodes",
"colors": {
"primary": "#1be39b",
"light": "#0c8c5c",
"dark": "#040404"
},
"favicon": "https://media.brand.dev/26d46f3d-dd05-44da-865d-61a4f9c59cdb.jpg",
"logo": {
"light": "https://media.brand.dev/c2ac8bb2-e752-4dff-ae87-539ff23415e2.svg",
"dark": "https://media.brand.dev/c2ac8bb2-e752-4dff-ae87-539ff23415e2.svg",
"href": "https://unitynodes.com"
},
"navbar": {
"links": [
{ "label": "Website", "href": "https://unitynodes.com" }
],
"primary": {
"type": "button",
"label": "Snapshot Portal",
"href": "https://snapshots.unitynodes.com"
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"networks"
]
},
{
"group": "GenLayer Snapshots",
"pages": [
"snapshots/overview",
"snapshots/bradbury",
"snapshots/verification",
"snapshots/automation"
]
},
{
"group": "Guides",
"pages": [
"guides/bootstrap-node",
"guides/troubleshooting"
]
}
]
}
]
},
"footer": {
"socials": {
"x": "https://x.com/UnityTeamNodes",
"github": "https://github.com/unitynodes"
}
}
}