-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
94 lines (94 loc) · 2.05 KB
/
Copy pathmint.json
File metadata and controls
94 lines (94 loc) · 2.05 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "LFG Perp Documentation",
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#6C5CE7",
"light": "#A29BFE",
"dark": "#5F3DC4"
},
"theme": "quill",
"anchors": [
{
"name": "Website",
"icon": "globe",
"url": "https://lfg.land"
},
{
"name": "Community",
"icon": "telegram",
"url": "https://t.me/lfg_land"
}
],
"navigation": [
{
"group": "Introduction",
"pages": [
"introduction/welcome",
"introduction/what-is-lfg-perp",
"introduction/features",
"introduction/architecture"
]
},
{
"group": "Development",
"pages": [
"development/overview",
"development/sdk-setup",
"development/quickstart",
"development/configuration"
]
},
{
"group": "Trading Guides",
"pages": [
"guides/wallets-subaccounts",
"guides/api-key-trading",
"guides/orders",
"guides/balances",
"guides/transfers",
"guides/markets"
]
},
{
"group": "SDK Reference",
"pages": [
"sdk-reference/network",
"sdk-reference/composite-client",
"sdk-reference/indexer-client",
"sdk-reference/validator-client",
"sdk-reference/local-wallet",
"sdk-reference/subaccount-info",
"sdk-reference/order-types",
"sdk-reference/market-info"
]
},
{
"group": "API Reference",
"pages": ["reference/types", "reference/enums"]
},
{
"group": "Resources",
"pages": [
"resources/errors",
"resources/security",
"resources/faq",
"resources/changelog"
]
}
],
"topbarLinks": [],
"topbarCtaButton": {
"name": "Launch App",
"url": "https://lfg.land"
},
"footerSocials": {
"x": "https://x.com/lfg_land",
"website": "https://lfg.land",
"telegram": "https://t.me/lfg_land"
}
}