generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
mint.json
71 lines (71 loc) · 1.47 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Nixtla",
"feedback.thumbsRating": true,
"logo": {
"light": "/light.png",
"dark": "/dark.png"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0E0E0E",
"light": "#FAFAFA",
"dark": "#0E0E0E",
"anchors": {
"from": "#2AD0CA",
"to": "#0E00F8"
}
},
"topbarCtaButton": {
"type": "github",
"url": "https://github.com/Nixtla"
},
"anchors": [
{
"name": "TimeGPT",
"url": "nixtla",
"icon": "clock-nine"
},
{
"name": "StatsForecast",
"url": "statsforecast",
"icon": "bolt"
},
{
"name": "MLForecast",
"url": "mlforecast",
"icon": "robot"
},
{
"name": "NeuralForecast",
"url": "neuralforecast",
"icon": "brain-circuit"
},
{
"name": "HierarchicalForecast",
"url": "hierarchicalforecast",
"icon": "crown"
},
{
"name": "UtilsForecast",
"url": "utilsforecast",
"icon": "wrench"
},
{
"name": "DatasetsForecast",
"url": "datasetsforecast",
"icon": "chart-simple"
},
{
"name": "CoreForecast",
"url": "coreforecast",
"icon": "truck-fast"
}
],
"navigation": [],
"footerSocials": {
"github": "https://github.com/Nixtla",
"slack": "https://join.slack.com/t/nixtlaworkspace/shared_invite/zt-135dssye9-fWTzMpv2WBthq8NK0Yvu6A",
"twitter": "https://twitter.com/nixtlainc"
}
}