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

121 lines
2.6 KiB

{
"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/getting-started"
]
},
{
"group": "Safety",
"pages": [
"safety/introduction",
"safety/risks",
"safety/measures"
]
},
{
"group": "Software Setup",
"pages": [
"software/introduction",
"software/installation",
{
"group": "Server",
"pages": [
"software/server/introduction",
"software/server/livekit-server",
"software/server/light-server"
]
},
"software/configure",
"software/flags"
]
},
{
"group": "Hardware Setup",
"pages": [
{
"group": "01 Light",
"pages": [
"hardware/01-light/introduction",
"hardware/01-light/materials",
"hardware/01-light/case",
"hardware/01-light/assembly",
"hardware/01-light/chip",
"hardware/01-light/connect"
]
},
{
"group": "ESP32",
"pages": [
"hardware/esp32/esp32-setup"
]
},
"hardware/custom_hardware",
"hardware/desktop",
{
"group": "Mobile",
"pages": [
"hardware/mobile/download",
"hardware/mobile/development",
"hardware/mobile/community-apps"
]
}
]
},
{
"group": "Troubleshooting",
"pages": [
"troubleshooting/faq"
]
},
{
"group": "Legal",
"pages": [
"legal/fulfillment-policy",
"legal/privacy"
]
}
],
"feedback": {
"suggestEdit": true
},
"footerSocials": {
"twitter": "https://x.com/OpenInterpreter",
"github": "https://github.com/OpenInterpreter/01",
"discord": "https://discord.com/invite/Hvz9Axh84z"
}
}