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

114 lines
2.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",
"pages": [
"getting-started/introduction",
"getting-started/getting-started"
]
10 months ago
},
{
"group": "Safety",
"pages": [
"safety/introduction",
"safety/risks",
"safety/measures"
]
},
10 months ago
{
"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"
]
10 months ago
},
{
"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/esp32",
"hardware/01-light/connect"
]
},
"hardware/custom_hardware",
"hardware/desktop",
5 months ago
{
"group": "Mobile",
"pages": [
"hardware/mobile/ios",
"hardware/mobile/android",
"hardware/mobile/privacy"
]
5 months ago
}
]
10 months ago
},
{
"group": "Troubleshooting",
"pages": [
"troubleshooting/faq"
]
},
{
"group": "Legal",
"pages": [
"legal/fulfillment-policy"
]
10 months ago
}
],
"feedback": {
"suggestEdit": true
},
"footerSocials": {
"twitter": "https://x.com/OpenInterpreter",
"github": "https://github.com/OpenInterpreter/01",
"discord": "https://discord.com/invite/Hvz9Axh84z"
10 months ago
}
}