-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
140 lines (139 loc) · 3.78 KB
/
docs.json
File metadata and controls
140 lines (139 loc) · 3.78 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "HypurrQuant",
"description": "HypurrQuant is a trading utility and DeFi onboarding platform powered by Hyperliquid, offering Copy Trading, DCA, Delta Neutral Strategy Vault, Quant Trading features, and assisting with DeFi onboarding.",
"colors": {
"primary": "#16A34A",
"light": "#07C983",
"dark": "#15803D"
},
"appearance": { "default": "light" },
"favicon": "/logo/favicon2.png",
"navigation": {
"groups": [
{
"group": "HYPURRQUANT",
"icon" : "q",
"pages": [
"about_hypurrquant/overview",
"about_hypurrquant/platform-architecture"
]
},
{
"group": "DeFi Platform",
"icon": "layer-group",
"pages": [
"defi_platform/overview",
{
"group": "Analyze",
"pages": [
"defi_platform/analyze/position-dashboard",
"defi_platform/analyze/curation-service"
]
},
{
"group": "Execute",
"pages": [
"defi_platform/execute/seamless-minting",
"defi_platform/execute/automation-agent"
]
},
{
"group": "Modular",
"pages": [
"defi_platform/modular/hedge",
"defi_platform/modular/collateral-loan"
]
}
]
},
{
"group": "HypurrQuant BOT",
"icon" : "robot",
"pages": [
"bot_commands/overview",
"bot_commands/how-to-deposit",
{
"group": "Spot Trading",
"pages": [
"bot_commands/spot_trading/spot-buy",
"bot_commands/spot_trading/spot-sell"
]
},
{
"group": "Perpetual Trading",
"pages": [
"bot_commands/perp_trading/perp-open",
"bot_commands/perp_trading/perp-close"
]
},
{
"group": "Trading Tools",
"pages": ["bot_commands/tools/copy-trading",
"bot_commands/tools/dca",
"bot_commands/tools/grid-trade",
"bot_commands/tools/delta-neutral"]
},
{
"group": "Wallet Utils",
"pages": ["bot_commands/utils/wallet", "bot_commands/utils/balance", "bot_commands/utils/balanceEVM"]
},
{
"group": "Auto LP Manager",
"pages": ["bot_commands/lp/auto-lp-manager", "bot_commands/utils/balanceEVM"]
}
]
},
{
"group": "Tokenomics & Roadmap",
"icon": "chart-line",
"pages": ["tokenomics_roadmap/tokenomics", "tokenomics_roadmap/roadmap"]
},
{
"group": "Privacy & Terms",
"icon": "shield",
"pages": ["privacy/privacy_policy", "privacy/terms_of_service"]
}
],
"global": {
"anchors": [
{
"anchor": "HypurrQuant Bot",
"icon": "Robot",
"href": "https://t.me/hypurrQuant_bot"
},
{
"anchor": "Community",
"icon": "Telegram",
"href": "https://t.me/hypurrquant_official"
},
{
"anchor": "Twitter",
"icon": "X",
"href": "https://x.com/hypurrquant"
}
]
}
},
"logo": {
"light": "/logo/light.png",
"dark": "/logo/dark.png"
},
"navbar": {
"links": [
{
"label": "Support",
"href": "https://t.me/hypurrquant"
}
]
},
"footer": {
"socials": {
"x": "https://x.com/hypurrquant",
"discord": "https://discord.com/invite/rVMHxC9jct",
"telegram": "https://t.me/hypurrquant_official",
"website": "https://hypurrquant.com/"
}
}
}