docs: remove .md extension from internal links (#319)
This commit is contained in:
@@ -99,4 +99,4 @@ At minimum, set:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*Next: [Group Chats](./group-messages.md)* 🦞
|
*Next: [Group Chats](group-messages)* 🦞
|
||||||
|
|||||||
@@ -81,7 +81,7 @@ clawdbot gateway --port 18789
|
|||||||
|
|
||||||
Now message the assistant number from your allowlisted phone.
|
Now message the assistant number from your allowlisted phone.
|
||||||
|
|
||||||
## Give the agent a workspace (AGENTS.md)
|
## Give the agent a workspace (AGENTS)
|
||||||
|
|
||||||
Clawd reads operating instructions and “memory” from its workspace directory.
|
Clawd reads operating instructions and “memory” from its workspace directory.
|
||||||
|
|
||||||
@@ -191,12 +191,12 @@ Logs live under `/tmp/clawdbot/` (default: `clawdbot-YYYY-MM-DD.log`).
|
|||||||
|
|
||||||
## Next steps
|
## Next steps
|
||||||
|
|
||||||
- WebChat: [WebChat](./webchat.md)
|
- WebChat: [WebChat](webchat)
|
||||||
- Gateway ops: [Gateway runbook](./gateway.md)
|
- Gateway ops: [Gateway runbook](gateway)
|
||||||
- Cron + wakeups: [Cron + wakeups](./cron.md)
|
- Cron + wakeups: [Cron + wakeups](cron)
|
||||||
- macOS menu bar companion: [Clawdbot macOS app](./macos.md)
|
- macOS menu bar companion: [Clawdbot macOS app](macos)
|
||||||
- iOS node app: [iOS app](./ios.md)
|
- iOS node app: [iOS app](ios)
|
||||||
- Android node app: [Android app](./android.md)
|
- Android node app: [Android app](android)
|
||||||
- Windows status: [Windows app](./windows.md)
|
- Windows status: [Windows app](windows)
|
||||||
- Linux status: [Linux app](./linux.md)
|
- Linux status: [Linux app](linux)
|
||||||
- Security: [Security](./security.md)
|
- Security: [Security](security)
|
||||||
|
|||||||
@@ -1356,7 +1356,7 @@ Template placeholders are expanded in `routing.transcribeAudio.command` (and any
|
|||||||
|
|
||||||
## Cron (Gateway scheduler)
|
## Cron (Gateway scheduler)
|
||||||
|
|
||||||
Cron is a Gateway-owned scheduler for wakeups and scheduled jobs. See [Cron + wakeups](./cron.md) for the full RFC and CLI examples.
|
Cron is a Gateway-owned scheduler for wakeups and scheduled jobs. See [Cron + wakeups](cron) for the full RFC and CLI examples.
|
||||||
|
|
||||||
```json5
|
```json5
|
||||||
{
|
{
|
||||||
@@ -1369,4 +1369,4 @@ Cron is a Gateway-owned scheduler for wakeups and scheduled jobs. See [Cron + wa
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*Next: [Agent Runtime](./agent.md)* 🦞
|
*Next: [Agent Runtime](agent)* 🦞
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ summary: "Frequently asked questions about Clawdbot setup, configuration, and us
|
|||||||
---
|
---
|
||||||
# FAQ 🦞
|
# FAQ 🦞
|
||||||
|
|
||||||
Common questions from the community. For detailed configuration, see [configuration.md](./configuration.md).
|
Common questions from the community. For detailed configuration, see [configuration.md](configuration).
|
||||||
|
|
||||||
## Installation & Setup
|
## Installation & Setup
|
||||||
|
|
||||||
@@ -290,7 +290,7 @@ Per-group activation can be changed by the owner:
|
|||||||
- `/activation mention` — respond only when mentioned (default)
|
- `/activation mention` — respond only when mentioned (default)
|
||||||
- `/activation always` — respond to all messages
|
- `/activation always` — respond to all messages
|
||||||
|
|
||||||
See [groups.md](./groups.md) for details.
|
See [groups.md](groups) for details.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -327,7 +327,7 @@ cat ~/.clawdbot/clawdbot.json | grep workspace
|
|||||||
- **Telegram** — Via Bot API (grammY).
|
- **Telegram** — Via Bot API (grammY).
|
||||||
- **Discord** — Bot integration.
|
- **Discord** — Bot integration.
|
||||||
- **iMessage** — Via `imsg` CLI (macOS only).
|
- **iMessage** — Via `imsg` CLI (macOS only).
|
||||||
- **Signal** — Via `signal-cli` (see [signal.md](./signal.md)).
|
- **Signal** — Via `signal-cli` (see [signal.md](signal)).
|
||||||
- **WebChat** — Browser-based chat UI.
|
- **WebChat** — Browser-based chat UI.
|
||||||
|
|
||||||
### Discord: Bot works in channels but not DMs?
|
### Discord: Bot works in channels but not DMs?
|
||||||
|
|||||||
@@ -128,41 +128,41 @@ Example:
|
|||||||
## Docs
|
## Docs
|
||||||
|
|
||||||
- Start here:
|
- Start here:
|
||||||
- [Docs hubs (all pages linked)](./hubs.md)
|
- [Docs hubs (all pages linked)](hubs)
|
||||||
- [FAQ](./faq.md) ← *common questions answered*
|
- [FAQ](faq) ← *common questions answered*
|
||||||
- [Configuration](./configuration.md)
|
- [Configuration](configuration)
|
||||||
- [Nix mode](./nix.md)
|
- [Nix mode](nix)
|
||||||
- [Clawd personal assistant setup](./clawd.md)
|
- [Clawd personal assistant setup](clawd)
|
||||||
- [Skills](./skills.md)
|
- [Skills](skills)
|
||||||
- [Skills config](./skills-config.md)
|
- [Skills config](skills-config)
|
||||||
- [Workspace templates](./templates/AGENTS.md)
|
- [Workspace templates](templates/AGENTS)
|
||||||
- [RPC adapters](./rpc.md)
|
- [RPC adapters](rpc)
|
||||||
- [Gateway runbook](./gateway.md)
|
- [Gateway runbook](gateway)
|
||||||
- [Nodes (iOS/Android)](./nodes.md)
|
- [Nodes (iOS/Android)](nodes)
|
||||||
- [Web surfaces (Control UI)](./web.md)
|
- [Web surfaces (Control UI)](web)
|
||||||
- [Discovery + transports](./discovery.md)
|
- [Discovery + transports](discovery)
|
||||||
- [Remote access](./remote.md)
|
- [Remote access](remote)
|
||||||
- Providers and UX:
|
- Providers and UX:
|
||||||
- [WebChat](./webchat.md)
|
- [WebChat](webchat)
|
||||||
- [Control UI (browser)](./control-ui.md)
|
- [Control UI (browser)](control-ui)
|
||||||
- [Telegram](./telegram.md)
|
- [Telegram](telegram)
|
||||||
- [Discord](./discord.md)
|
- [Discord](discord)
|
||||||
- [iMessage](./imessage.md)
|
- [iMessage](imessage)
|
||||||
- [Groups](./groups.md)
|
- [Groups](groups)
|
||||||
- [WhatsApp group messages](./group-messages.md)
|
- [WhatsApp group messages](group-messages)
|
||||||
- [Media: images](./images.md)
|
- [Media: images](images)
|
||||||
- [Media: audio](./audio.md)
|
- [Media: audio](audio)
|
||||||
- Companion apps:
|
- Companion apps:
|
||||||
- [macOS app](./macos.md)
|
- [macOS app](macos)
|
||||||
- [iOS app](./ios.md)
|
- [iOS app](ios)
|
||||||
- [Android app](./android.md)
|
- [Android app](android)
|
||||||
- [Windows app](./windows.md)
|
- [Windows app](windows)
|
||||||
- [Linux app](./linux.md)
|
- [Linux app](linux)
|
||||||
- Ops and safety:
|
- Ops and safety:
|
||||||
- [Sessions](./session.md)
|
- [Sessions](session)
|
||||||
- [Cron + wakeups](./cron.md)
|
- [Cron + wakeups](cron)
|
||||||
- [Security](./security.md)
|
- [Security](security)
|
||||||
- [Troubleshooting](./troubleshooting.md)
|
- [Troubleshooting](troubleshooting)
|
||||||
|
|
||||||
## The name
|
## The name
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user