You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
01/docs/mint.json

69 lines
1.4 KiB

10 months ago
{
"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",
10 months ago
"url": "https://github.com/OpenInterpreter/01"
10 months ago
}
],
"topbarCtaButton": {
"name": "Join Discord",
"url": "https://discord.com/invite/Hvz9Axh84z"
},
"primaryTab": {
"name": "Home"
},
"navigation": [
{
"group": "Getting Started",
10 months ago
"pages": ["getting-started/introduction", "getting-started/setup"]
10 months ago
},
{
10 months ago
"group": "Server",
"pages": ["server/setup"]
10 months ago
},
{
10 months ago
"group": "Services",
10 months ago
"pages": [
10 months ago
"services/language-model",
"services/speech-to-text",
"services/text-to-speech"
10 months ago
]
10 months ago
},
{
"group": "Client",
"pages": ["client/setup"]
},
{
"group": "Bodies",
"pages": ["bodies/01-light", "bodies/01-heavy"]
10 months ago
}
],
"feedback": {
"suggestEdit": true
},
"footerSocials": {
"twitter": "https://x.com/OpenInterpreter",
"github": "https://github.com/KillianLucas/01",
"discord": "https://discord.gg/E2XTbkj4JF"
}
}