Skip to content

Commit 1042b89

Browse files
committed
docs: drop parenthetical H1s across gateway, channels, providers, concepts, and reference pages
1 parent a155b84 commit 1042b89

28 files changed

Lines changed: 0 additions & 56 deletions

docs/automation/cron-jobs.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ read_when:
77
title: "Scheduled tasks"
88
---
99

10-
# Scheduled Tasks (Cron)
11-
1210
Cron is the Gateway's built-in scheduler. It persists jobs, wakes the agent at the right time, and can deliver output back to a chat channel or webhook endpoint.
1311

1412
## Quick start

docs/channels/bluebubbles.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ read_when:
77
title: "BlueBubbles"
88
---
99

10-
# BlueBubbles (macOS REST)
11-
1210
Status: bundled plugin that talks to the BlueBubbles macOS server over HTTP. **Recommended for iMessage integration** due to its richer API and easier setup compared to the legacy imsg channel.
1311

1412
## Bundled plugin

docs/channels/group-messages.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ read_when:
55
title: "Group messages"
66
---
77

8-
# Group messages (WhatsApp web channel)
9-
108
Goal: let Clawd sit in WhatsApp groups, wake up only when pinged, and keep that thread separate from the personal DM session.
119

1210
Note: `agents.list[].groupChat.mentionPatterns` is now used by Telegram/Discord/Slack/iMessage as well; this doc focuses on WhatsApp-specific behavior. For multi-agent setups, set `agents.list[].groupChat.mentionPatterns` per agent (or use `messages.groupChat.mentionPatterns` as a global fallback).

docs/channels/imessage.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ read_when:
66
title: "iMessage"
77
---
88

9-
# iMessage (legacy: imsg)
10-
119
<Warning>
1210
For new iMessage deployments, use <a href="/channels/bluebubbles">BlueBubbles</a>.
1311

docs/channels/signal.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ read_when:
66
title: "Signal"
77
---
88

9-
# Signal (signal-cli)
10-
119
Status: external CLI integration. Gateway talks to `signal-cli` over HTTP JSON-RPC + SSE.
1210

1311
## Prerequisites

docs/channels/zalo.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ read_when:
55
title: "Zalo"
66
---
77

8-
# Zalo (Bot API)
9-
108
Status: experimental. DMs are supported. The [Capabilities](#capabilities) section below reflects current Marketplace-bot behavior.
119

1210
## Bundled plugin

docs/channels/zalouser.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ read_when:
66
title: "Zalo personal"
77
---
88

9-
# Zalo Personal (unofficial)
10-
119
Status: experimental. This integration automates a **personal Zalo account** via native `zca-js` inside OpenClaw.
1210

1311
> **Warning:** This is an unofficial integration and may result in account suspension/ban. Use at your own risk.

docs/concepts/agent-loop.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ read_when:
66
title: "Agent loop"
77
---
88

9-
# Agent Loop (OpenClaw)
10-
119
An agentic loop is the full “real” run of an agent: intake → context assembly → model inference →
1210
tool execution → streaming replies → persistence. It’s the authoritative path that turns a message
1311
into actions and a final reply, while keeping session state consistent.

docs/concepts/queue.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ read_when:
55
title: "Command queue"
66
---
77

8-
# Command Queue (2026-01-16)
9-
108
We serialize inbound auto-reply runs (all channels) through a tiny in-process queue to prevent multiple agent runs from colliding, while still allowing safe parallelism across sessions.
119

1210
## Why

docs/gateway/authentication.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ read_when:
66
title: "Authentication"
77
---
88

9-
# Authentication (Model Providers)
10-
119
<Note>
1210
This page covers **model provider** authentication (API keys, OAuth, Claude CLI reuse, and Anthropic setup-token). For **gateway connection** authentication (token, password, trusted-proxy), see [Configuration](/gateway/configuration) and [Trusted Proxy Auth](/gateway/trusted-proxy-auth).
1311
</Note>

0 commit comments

Comments
 (0)