-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmint.json
More file actions
98 lines (98 loc) · 1.85 KB
/
Copy pathmint.json
File metadata and controls
98 lines (98 loc) · 1.85 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
{
"name": "🔗 NUX.ai",
"favicon": "/favicon.png",
"api": {
"baseUrl": [
"https://api.nux.ai"
],
"auth": {
"method": "key",
"name": "Authorization"
}
},
"modeToggle": {
"default": "light"
},
"colors": {
"primary": "#05826B",
"light": "#05826B",
"dark": "#191920",
"ultraLight": "#05826B",
"ultraDark": "#061c26",
"background": {
"dark": "#191920"
}
},
"topbarLinks": [
{
"name": "Contact",
"url": "https://nux.ai/contact"
}
],
"topbarCtaButton": {
"name": "Start Building",
"url": "https://nux.ai/start"
},
"anchors": [
{
"name": "Explore Templates",
"icon": "book-bookmark",
"url": "https://nux.ai/explore"
},
{
"name": "Learning Center",
"icon": "brain",
"url": "https://nux.ai/learn"
},
{
"name": "Security",
"icon": "shield-halved",
"url": "https://nux.ai/security"
}
],
"navigation": [
{
"group": "Introduction",
"pages": [
"main/introduction/quickstart",
"main/introduction/glossary"
]
},
{
"group": "Workbooks",
"pages": [
"main/workbooks/intro",
"main/workbooks/deploy",
"main/workbooks/websockets"
]
},
{
"group": "Blocks",
"pages": [
"main/blocks/intro",
{
"group": "Model Inference",
"pages": [
"main/model/intro"
]
},
{
"group": "Data Integration",
"pages": [
"main/data/integrations/mongodb"
]
},
{
"group": "Code Execution",
"pages": [
"main/code/intro"
]
}
]
}
],
"footerSocials": {
"website": "https://nux.ai/",
"github": "https://github.com/nux-ai"
}
}