From 0f1781fc2c6f410d316264e6366d625260f08515 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 4 Jan 2026 00:25:42 +0100 Subject: [PATCH] docs: add Mintlify config --- docs/mint.json | 82 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 docs/mint.json diff --git a/docs/mint.json b/docs/mint.json new file mode 100644 index 000000000..5a2eabf67 --- /dev/null +++ b/docs/mint.json @@ -0,0 +1,82 @@ +{ + "name": "Clawdis", + "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/steipete/clawdis" + }, + { + "name": "Releases", + "url": "https://github.com/steipete/clawdis/releases" + } + ], + "navigation": [ + { + "group": "Getting Started", + "pages": [ + "index", + "onboarding", + "wizard", + "clawd", + "faq" + ] + }, + { + "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", + "ios/connect", + "android/connect", + "webchat", + "web" + ] + }, + { + "group": "Operations", + "pages": [ + "doctor", + "troubleshooting", + "logging", + "security", + "health", + "background-process", + "gateway-lock", + "remote" + ] + } + ] +}