-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
109 lines (109 loc) · 2.45 KB
/
Copy pathmint.json
File metadata and controls
109 lines (109 loc) · 2.45 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "MainlyAI",
"openapi": "https://platform.mainly.ai/openapi.json",
"logo": {
"dark": "/logo/logo-wordmark-color-light.svg",
"light": "/logo/logo-wordmark-color-dark.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#3b82f6",
"light": "#3b82f6",
"dark": "#3b82f6",
"anchors": {
"from": "#3b82f6",
"to": "#8b5cf6"
}
},
"topbarLinks": [
{
"name": "Contact Us",
"url": "mailto:[email protected]"
}
],
"topbarCtaButton": {
"name": "Get Started",
"url": "https://mainly.ai/"
},
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/kRgnDwkbwP"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://mainly.ai/blog"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"thinking_with_nodes",
"glossary",
"mainlyllm"
]
},
{
"group": "Core Concepts",
"pages": [
"core_concepts/knowledge_objects",
"core_concepts/workflow_objects",
"core_concepts/attributes",
"core_concepts/fields",
"core_concepts/controls",
"core_concepts/processors"
]
},
{
"group": "How to Use",
"pages": [
"how-to-use/resize-nodes"
]
},
{
"group": "Controls",
"pages": [
"controls/textbox",
"controls/slider",
"controls/checkbox",
"controls/select",
"controls/kv-select",
"controls/file",
"controls/codeeditor",
"controls/markdown",
"controls/image",
"controls/video",
"controls/audio",
"controls/plotly",
"controls/table",
"controls/notice",
"controls/imagemask",
"controls/chatpreview",
"controls/continuebutton",
"controls/rununtilbutton",
"controls/dynamicnodecompilebutton"
]
},
{
"group": "Guides",
"pages": [
"guides/visualizing-a-dataset",
"guides/webservices",
"guides/using_git",
"guides/using_llm_tools",
"guides/using_notifications",
"guides/using_rabbitmq"
]
}
],
"footerSocials": {
"linkedin": "https://www.linkedin.com/company/mainly-ai",
"discord": "https://discord.gg/x5eADa86cC",
"github": "https://github.com/mainly-ai"
}
}