generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
112 lines (112 loc) · 2.56 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
103
104
105
106
107
108
109
110
111
112
{
"$schema": "https://mintlify.com/schema.json",
"name": "EvaDB",
"logo": {
"dark": "/logo/evadb-dark.svg",
"light": "/logo/evadb-light.svg"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#E36E38",
"light": "#E36E38",
"dark": "#0D001D",
"background": {
"dark": "#090014"
},
"anchors": {
"from": "#FF7F57",
"to": "#E36E38"
}
},
"feedback": {
"suggestEdit": true,
"raiseIssue": true
},
"topbarLinks": [
{
"name": "Support",
"url": "https://join.slack.com/t/eva-db/shared_invite/zt-1i10zyddy-PlJ4iawLdurDv~aIAq90Dg"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://github.com/georgia-tech-db/evadb"
},
"tabs": [
{
"name": "Developer Guide",
"url": "contribute"
}
],
"anchors": [
{
"name": "GitHub",
"icon": "github",
"url": "https://github.com/georgia-tech-db/Eva"
},
{
"name": "Community",
"icon": "slack",
"url": "https://join.slack.com/t/eva-db/shared_invite/zt-1i10zyddy-PlJ4iawLdurDv~aIAq90Dg"
}
],
"navigation": [
{
"group": "Overview",
"pages": ["overview/welcome-to-evadb", "overview/quickstart", "overview/concepts"]
},
{
"group": "Use Cases",
"pages": [
"usecases/content-generation",
"usecases/sentiment-analysis",
"usecases/predictive-analytics",
"usecases/image-classification",
"usecases/qa-video",
"usecases/image-similarity-search",
"usecases/object-detection"]
},
{
"group": "User Reference",
"pages": [
{
"group": "SQL Query Language",
"pages": [
"evaql/create",
"evaql/delete",
"evaql/drop",
"evaql/explain",
"evaql/insert",
"evaql/load",
"evaql/rename",
"evaql/select",
"evaql/show"
]
},
{
"group": "UDFs",
"pages": [
"udfs/hf",
"udfs/openai",
"udfs/yolo",
"udfs/custom"
]
}
]
},
{
"group": "Developer Guide",
"pages": [
"contribute/index",
"contribute/debugging",
"contribute/new-cmd",
"contribute/release"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/evadb_ai",
"github": "https://github.com/georgia-tech-db/Eva",
"linkedin": "https://www.linkedin.com/company/evadb/"
}
}