-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
102 lines (102 loc) · 2.45 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
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Statista API",
"logo": {
"dark": "/logo/statista.svg",
"light": "/logo/statista.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#307be3",
"light": "#307be3",
"dark": "#307be3",
"anchors": {
"from": "#307be3",
"to": "#307be3"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:apiteam@statista.com"
},
{
"name": "Feedback",
"url": "https://forms.office.com/e/DrDM0dWFKU"
}
],
"topbarCtaButton": {
"name": "Dashboard",
"url": "https://statista.com"
},
"tabs": [
{
"name": "Get Started",
"url": "start"
},
{
"name": "API Reference",
"url": "api-reference"
},
{
"name": "Use Cases",
"url": "use-cases"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["start/introduction", "start/authentication"]
},
{
"group": "API Reference",
"pages": ["api-reference/introduction"]
},
{
"group": "Use Cases",
"pages": [
"use-cases/llm-answer-generation",
"use-cases/federated-search",
"use-cases/subscribe-to-data"
]
},
{
"group": "API Packages",
"pages": [
"api-reference/discovery-starter/product-description",
"api-reference/discovery-advanced/product-description",
"api-reference/research-ai/product-description"
]
},
{
"group": "Discovery Starter Playground",
"pages": [
"api-reference/discovery-starter/get-statistics",
"api-reference/discovery-starter/get-infographics",
"api-reference/discovery-starter/get-studies",
"api-reference/discovery-starter/get-marketInsights"
]
},
{
"group": "Discovery Advanced Playground",
"pages": [
"api-reference/discovery-advanced/get-statistics",
"api-reference/discovery-advanced/get-infographics",
"api-reference/discovery-advanced/get-studies",
"api-reference/discovery-advanced/get-marketInsights"
]
},
{
"group": "Research AI Playground",
"pages": [
"api-reference/research-ai/post-researchAi",
"api-reference/research-ai/get-researchAi"
]
}
],
"footerSocials": {
"x": "https://x.com/StatistaCharts",
"github": "https://github.com/statista-oss",
"linkedin": "https://www.linkedin.com/company/statista"
}
}