-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
97 lines (97 loc) · 2.45 KB
/
mint.json
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
{
"name": "Dojima Docs",
"logo": {
"dark": "/logo/logo-dark.png",
"light": "/logo/logo-light.png"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#8000FF",
"light": "#8000FF",
"dark": "#8000FF",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"primaryTab": {
"name": "Home"
},
"tabs": [
{
"name": "Builder Marketplace",
"url": "builder-marketplace"
},
{
"name": "Proof Network",
"url": "proof-network"
},
{
"name": "Omnichain Engine",
"url": "omnichain-engine"
},
{
"name": "Ragno",
"url": "ragno"
}
],
"navigation": [
{
"group": "Overview",
"pages": ["introduction", "build-omnichain-webstack"]
},
{
"group": "Omnichain Web",
"pages": [
"ragno-network",
"proof-network",
"omnichain-stack",
"builder-marketplace"
]
},
{
"group": "Ragno Introduction",
"pages": ["ragno/overview"]
},
{
"group": "Developers",
"pages": [
"ragno/developer-docs/architecture",
"ragno/developer-docs/working"
]
},
{
"group": "Join Us",
"pages": ["ragno/add-your-chain"]
},
{
"group": "Overview",
"pages": ["proof-network/overview","proof-network/zkVM","proof-network/proof-systems","proof-network/modular-zkVM"]
},
{
"group": "Overview",
"pages": ["builder-marketplace/overview","builder-marketplace/tees","builder-marketplace/proof-generation"]
},
{
"group": "Omni Dapps",
"pages": ["builder-marketplace/omni-dapps/build-project","builder-marketplace/omni-dapps/deploy-project"]
},
{
"group": "Omni Rollups",
"pages": ["builder-marketplace/omni-rollups/build-and-deploy", "builder-marketplace/omni-rollups/awesome-projects"]
},
{
"group": "Ominichain Engine",
"pages": ["omnichain-engine/overview","omnichain-engine/dojima-chain","omnichain-engine/hermes-layer","omnichain-engine/modules"]
}
],
"footerSocials": {
"x": "https://twitter.com/dojimanetwork",
"github": "https://github.com/dojimanetwork",
"linkedin": "https://www.linkedin.com/company/81682016/admin/dashboard/",
"youtube": "https://www.youtube.com/@DojimaNetwork",
"medium": "https://medium.com/dojimanetwork",
"telegram": "https://t.me/dojimanetworkofficial",
"discord": "https://discord.com/invite/6fQWukdgbM"
}
}