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.
81 lines
1.6 KiB
81 lines
1.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": "Software Setup",
|
|
"pages": [
|
|
"software/installation",
|
|
"software/run",
|
|
"software/configure",
|
|
"software/flags"
|
|
]
|
|
},
|
|
{
|
|
"group": "Hardware Setup",
|
|
"pages": ["hardware/01-light", "hardware/m5atom"]
|
|
},
|
|
{
|
|
"group": "Using 01",
|
|
"pages": [
|
|
"guides/language-model",
|
|
"guides/speech-to-text",
|
|
"guides/text-to-speech"
|
|
]
|
|
},
|
|
{
|
|
"group": "Troubleshooting",
|
|
"pages": ["troubleshooting/faq"]
|
|
},
|
|
{
|
|
"group": "Legal",
|
|
"pages": ["legal/fulfillment-policy"]
|
|
}
|
|
],
|
|
"feedback": {
|
|
"suggestEdit": true
|
|
},
|
|
"footerSocials": {
|
|
"twitter": "https://x.com/OpenInterpreter",
|
|
"github": "https://github.com/OpenInterpreter/01",
|
|
"discord": "https://discord.com/invite/Hvz9Axh84z"
|
|
}
|
|
}
|