-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
119 lines (119 loc) · 2.51 KB
/
mint.json
File metadata and controls
119 lines (119 loc) · 2.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
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Neural",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0D9373",
"light": "#07C983",
"dark": "#0D9373",
"anchors": {
"from": "#0D9373",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:support@neural-sdk.com"
}
],
"topbarCtaButton": {
"name": "GitHub",
"url": "https://github.com/IntelIP/Neural"
},
"anchors": [
{
"name": "Start Here",
"icon": "map",
"url": "architecture/start-here"
},
{
"name": "Getting Started",
"icon": "rocket",
"url": "getting-started"
},
{
"name": "Data Collection",
"icon": "database",
"url": "data-collection/overview"
},
{
"name": "Strategy Design",
"icon": "brain",
"url": "analysis/overview"
},
{
"name": "Trading",
"icon": "chart-line",
"url": "trading/overview"
}
],
"navigation": [
{
"group": "Basics",
"pages": [
"architecture/start-here",
"getting-started",
"basics/infrastructure"
]
},
{
"group": "Data",
"pages": [
"data-collection/overview",
"data-collection/sources",
"data-collection/kalshi-toolbox",
"data-collection/aggregator",
"data-collection/historical",
"data-collection/sports-markets-guide",
"data-collection/ticker-patterns"
]
},
{
"group": "Analysis",
"pages": [
"analysis/overview",
"analysis/strategy-foundations",
"analysis/strategy-library",
"analysis/backtesting",
"analysis/risk-sizing",
"analysis/order-management",
"analysis/sentiment"
]
},
{
"group": "Execution",
"pages": [
"trading/overview",
"trading/quickstart",
"trading/trading-client",
"trading/market-data",
"trading/fix",
"trading/paper-trading",
"trading/reporting"
]
},
{
"group": "Workflows",
"pages": [
"workflows/build-first-bot",
"workflows/promotion-checklist",
"workflows/data-pipeline"
]
},
{
"group": "Examples",
"pages": [
"examples/common-mistakes"
]
}
],
"footerSocials": {
"github": "https://github.com/IntelIP/Neural",
"twitter": "https://twitter.com/neural_sdk"
}
}