forked from OpenInterpreter/01
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
68 lines (68 loc) · 1.37 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
{
"name": "01",
"logo": {
"dark": "/logo/Z-icon-white.png",
"light": "/logo/Z-icon-black.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#000000",
"light": "#FFFFFF",
"dark": "#000000",
"background": {
"light": "#FFFFFF",
"dark": "#000000"
},
"anchors": {
"from": "#000000",
"to": "#000000"
}
},
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/OpenInterpreter/01"
}
],
"topbarCtaButton": {
"name": "Join Discord",
"url": "https://discord.com/invite/Hvz9Axh84z"
},
"primaryTab": {
"name": "Home"
},
"navigation": [
{
"group": "Getting Started",
"pages": ["getting-started/introduction", "getting-started/setup"]
},
{
"group": "Server",
"pages": ["server/setup"]
},
{
"group": "Services",
"pages": [
"services/language-model",
"services/speech-to-text",
"services/text-to-speech"
]
},
{
"group": "Client",
"pages": ["client/setup"]
},
{
"group": "Bodies",
"pages": ["bodies/01-light", "bodies/01-heavy"]
}
],
"feedback": {
"suggestEdit": true
},
"footerSocials": {
"twitter": "https://x.com/OpenInterpreter",
"github": "https://github.com/KillianLucas/01",
"discord": "https://discord.gg/E2XTbkj4JF"
}
}