docs: normalize Mintlify links
This commit is contained in:
@@ -19,8 +19,8 @@ read_when:
|
||||
<p align="center">
|
||||
<a href="https://github.com/clawdbot/clawdbot">GitHub</a> ·
|
||||
<a href="https://github.com/clawdbot/clawdbot/releases">Releases</a> ·
|
||||
<a href="https://docs.clawd.bot">Docs</a> ·
|
||||
<a href="https://docs.clawd.bot/clawd">Clawd setup</a>
|
||||
<a href="/">Docs</a> ·
|
||||
<a href="/clawd">Clawd setup</a>
|
||||
</p>
|
||||
|
||||
CLAWDBOT bridges WhatsApp (via WhatsApp Web / Baileys), Telegram (Bot API / grammY), Discord (Bot API / discord.js), and iMessage (imsg CLI) to coding agents like [Pi](https://github.com/badlogic/pi-mono).
|
||||
@@ -28,8 +28,8 @@ It’s built for [Clawd](https://clawd.me), a space lobster who needed a TARDIS.
|
||||
|
||||
## Start here
|
||||
|
||||
- **New install from zero:** https://docs.clawd.bot/getting-started
|
||||
- **Guided setup (recommended):** https://docs.clawd.bot/wizard (`clawdbot onboard`)
|
||||
- **New install from zero:** [Getting started](/getting-started)
|
||||
- **Guided setup (recommended):** [Wizard](/wizard) (`clawdbot onboard`)
|
||||
|
||||
## How it works
|
||||
|
||||
@@ -60,8 +60,8 @@ Most operations flow through the **Gateway** (`clawdbot gateway`), a single long
|
||||
- **Loopback-first**: Gateway WS defaults to `ws://127.0.0.1:18789`.
|
||||
- For Tailnet access, run `clawdbot gateway --bind tailnet --token ...` (token is required for non-loopback binds).
|
||||
- **Bridge for nodes**: optional LAN/tailnet-facing bridge on `tcp://0.0.0.0:18790` for paired nodes (Bonjour-discoverable).
|
||||
- **Canvas host**: HTTP file server on `canvasHost.port` (default `18793`), serving `/__clawdbot__/canvas/` for node WebViews; see [`docs/configuration.md`](https://docs.clawd.bot/configuration) (`canvasHost`).
|
||||
- **Remote use**: SSH tunnel or tailnet/VPN; see [`docs/remote.md`](https://docs.clawd.bot/remote) and [`docs/discovery.md`](https://docs.clawd.bot/discovery).
|
||||
- **Canvas host**: HTTP file server on `canvasHost.port` (default `18793`), serving `/__clawdbot__/canvas/` for node WebViews; see [`docs/configuration.md`](/configuration) (`canvasHost`).
|
||||
- **Remote use**: SSH tunnel or tailnet/VPN; see [`docs/remote.md`](/remote) and [`docs/discovery.md`](/discovery).
|
||||
|
||||
## Features (high level)
|
||||
|
||||
@@ -135,45 +135,45 @@ Example:
|
||||
## Docs
|
||||
|
||||
- Start here:
|
||||
- [Docs hubs (all pages linked)](https://docs.clawd.bot/hubs)
|
||||
- [FAQ](https://docs.clawd.bot/faq) ← *common questions answered*
|
||||
- [Configuration](https://docs.clawd.bot/configuration)
|
||||
- [Slash commands](https://docs.clawd.bot/slash-commands)
|
||||
- [Multi-agent routing](https://docs.clawd.bot/multi-agent)
|
||||
- [Updating / rollback](https://docs.clawd.bot/updating)
|
||||
- [Pairing (DM + nodes)](https://docs.clawd.bot/pairing)
|
||||
- [Nix mode](https://docs.clawd.bot/nix)
|
||||
- [Clawd personal assistant setup](https://docs.clawd.bot/clawd)
|
||||
- [Skills](https://docs.clawd.bot/skills)
|
||||
- [Skills config](https://docs.clawd.bot/skills-config)
|
||||
- [Workspace templates](https://docs.clawd.bot/templates/AGENTS)
|
||||
- [RPC adapters](https://docs.clawd.bot/rpc)
|
||||
- [Gateway runbook](https://docs.clawd.bot/gateway)
|
||||
- [Nodes (iOS/Android)](https://docs.clawd.bot/nodes)
|
||||
- [Web surfaces (Control UI)](https://docs.clawd.bot/web)
|
||||
- [Discovery + transports](https://docs.clawd.bot/discovery)
|
||||
- [Remote access](https://docs.clawd.bot/remote)
|
||||
- [Docs hubs (all pages linked)](/hubs)
|
||||
- [FAQ](/faq) ← *common questions answered*
|
||||
- [Configuration](/configuration)
|
||||
- [Slash commands](/slash-commands)
|
||||
- [Multi-agent routing](/multi-agent)
|
||||
- [Updating / rollback](/updating)
|
||||
- [Pairing (DM + nodes)](/pairing)
|
||||
- [Nix mode](/nix)
|
||||
- [Clawd personal assistant setup](/clawd)
|
||||
- [Skills](/skills)
|
||||
- [Skills config](/skills-config)
|
||||
- [Workspace templates](/templates/AGENTS)
|
||||
- [RPC adapters](/rpc)
|
||||
- [Gateway runbook](/gateway)
|
||||
- [Nodes (iOS/Android)](/nodes)
|
||||
- [Web surfaces (Control UI)](/web)
|
||||
- [Discovery + transports](/discovery)
|
||||
- [Remote access](/remote)
|
||||
- Providers and UX:
|
||||
- [WebChat](https://docs.clawd.bot/webchat)
|
||||
- [Control UI (browser)](https://docs.clawd.bot/control-ui)
|
||||
- [Telegram](https://docs.clawd.bot/telegram)
|
||||
- [Discord](https://docs.clawd.bot/discord)
|
||||
- [iMessage](https://docs.clawd.bot/imessage)
|
||||
- [Groups](https://docs.clawd.bot/groups)
|
||||
- [WhatsApp group messages](https://docs.clawd.bot/group-messages)
|
||||
- [Media: images](https://docs.clawd.bot/images)
|
||||
- [Media: audio](https://docs.clawd.bot/audio)
|
||||
- [WebChat](/webchat)
|
||||
- [Control UI (browser)](/control-ui)
|
||||
- [Telegram](/telegram)
|
||||
- [Discord](/discord)
|
||||
- [iMessage](/imessage)
|
||||
- [Groups](/groups)
|
||||
- [WhatsApp group messages](/group-messages)
|
||||
- [Media: images](/images)
|
||||
- [Media: audio](/audio)
|
||||
- Companion apps:
|
||||
- [macOS app](https://docs.clawd.bot/macos)
|
||||
- [iOS app](https://docs.clawd.bot/ios)
|
||||
- [Android app](https://docs.clawd.bot/android)
|
||||
- [Windows app](https://docs.clawd.bot/windows)
|
||||
- [Linux app](https://docs.clawd.bot/linux)
|
||||
- [macOS app](/macos)
|
||||
- [iOS app](/ios)
|
||||
- [Android app](/android)
|
||||
- [Windows app](/windows)
|
||||
- [Linux app](/linux)
|
||||
- Ops and safety:
|
||||
- [Sessions](https://docs.clawd.bot/session)
|
||||
- [Cron jobs](https://docs.clawd.bot/cron-jobs)
|
||||
- [Security](https://docs.clawd.bot/security)
|
||||
- [Troubleshooting](https://docs.clawd.bot/troubleshooting)
|
||||
- [Sessions](/session)
|
||||
- [Cron jobs](/cron-jobs)
|
||||
- [Security](/security)
|
||||
- [Troubleshooting](/troubleshooting)
|
||||
|
||||
## The name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user