Files
clawdbot/docs/docs.json
2026-01-06 23:52:51 +01:00

118 lines
2.2 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"name": "Clawdbot",
"theme": "mint",
"logo": {
"light": "/assets/pixel-lobster.svg",
"dark": "/assets/pixel-lobster.svg"
},
"favicon": "/assets/pixel-lobster.svg",
"colors": {
"primary": "#FF5A36"
},
"topbarLinks": [
{
"name": "GitHub",
"url": "https://github.com/clawdbot/clawdbot"
},
{
"name": "Releases",
"url": "https://github.com/clawdbot/clawdbot/releases"
}
],
"redirects": [
{
"source": "/cron",
"destination": "/cron-jobs"
},
{
"source": "/cron/",
"destination": "/cron-jobs"
},
{
"source": "/model",
"destination": "/models"
},
{
"source": "/model/",
"destination": "/models"
}
],
"navigation": {
"groups": [
{
"group": "Start Here",
"pages": [
"getting-started",
"wizard",
"index",
"setup",
"pairing",
"faq",
"clawd",
"showcase",
"hubs",
"onboarding"
]
},
{
"group": "Install Options",
"pages": [
"nix",
"docker"
]
},
{
"group": "Core Concepts",
"pages": [
"architecture",
"agent",
"session",
"rpc",
"queue",
"tools"
]
},
{
"group": "Gateway & Providers",
"pages": [
"gateway",
"gateway/pairing",
"whatsapp",
"telegram",
"discord",
"imessage",
"webhook",
"gmail-pubsub"
]
},
{
"group": "Platforms",
"pages": [
"mac/dev-setup",
"mac/menu-bar",
"mac/voicewake",
"macos",
"ios",
"android",
"webchat",
"web"
]
},
{
"group": "Operations",
"pages": [
"doctor",
"troubleshooting",
"logging",
"security",
"health",
"background-process",
"gateway-lock",
"remote"
]
}
]
}
}