-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdocs.json
More file actions
121 lines (121 loc) · 2.58 KB
/
docs.json
File metadata and controls
121 lines (121 loc) · 2.58 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
118
119
120
121
{
"$schema": "https://mintlify.com/docs.json",
"name": "Wraith Protocol",
"theme": "maple",
"logo": {
"dark": "/assets/images/logo-white.png",
"light": "/assets/images/logo-black.png"
},
"favicon": "/assets/images/logo-black.png",
"colors": {
"primary": "#c6c6c7",
"light": "#e6e1e5",
"dark": "#767575"
},
"font": {
"headings": {
"family": "Space Grotesk",
"weight": 600
},
"body": {
"family": "Inter"
}
},
"layout": "sidenav",
"sidebar": {
"items": "border"
},
"topbar": {
"style": "default"
},
"rounded": "none",
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/wraith-protocol"
}
],
"topbarCtaButton": {
"name": "Get API Key",
"url": "https://usewraith.xyz"
},
"tabs": [
{
"name": "SDK",
"url": "sdk"
},
{
"name": "Guides",
"url": "guides"
},
{
"name": "API Reference",
"url": "api-reference"
}
],
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Overview",
"pages": ["introduction", "getting-started", "roadmap"]
},
{
"group": "Architecture",
"pages": [
"architecture/overview",
"architecture/chain-connectors",
"architecture/tee"
]
},
{
"group": "Contracts",
"pages": ["contracts/evm", "contracts/stellar", "contracts/solana", "contracts/ckb"]
}
]
},
{
"tab": "SDK",
"groups": [
{
"group": "SDK",
"pages": ["sdk/overview", "sdk/agent-client"]
},
{
"group": "Chain Primitives",
"pages": ["sdk/chains/evm", "sdk/chains/stellar", "sdk/chains/solana", "sdk/chains/ckb"]
}
]
},
{
"tab": "Guides",
"groups": [
{
"group": "Guides",
"pages": [
"guides/stealth-payments",
"guides/single-chain-agent",
"guides/multichain-agent",
"guides/bring-your-own-model",
"guides/privacy-best-practices"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "API Reference",
"pages": ["api-reference/endpoints", "api-reference/types"]
}
]
}
]
},
"footerSocials": {
"github": "https://github.com/wraith-protocol"
}
}