From 4c4147fb0adff65e983a270d0f8e2b6a5ff44ea2 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sat, 21 Feb 2026 03:31:22 -0500 Subject: [PATCH] docs: continue onboarding terminology cleanup (#22535) * docs: fix thinking link and add reasoning anchor reference * docs(channels): rename LINE setup heading to onboarding * docs(channels): normalize Nextcloud Talk onboarding headings * docs(channels): use onboarding heading for Matrix setup * docs(channels): standardize Discord onboarding heading * docs(channels): standardize Telegram onboarding heading * docs(channels): standardize WhatsApp onboarding heading * docs(channels): rename iMessage onboarding and configuration sections * docs(channels): rename Slack onboarding and configuration sections * docs(channels): rename Signal onboarding heading * docs(channels): standardize Nostr onboarding and configuration headings * docs(channels): standardize Zalo onboarding and configuration headings * docs(channels): standardize Twitch onboarding heading --- docs/channels/nostr.md | 4 ++-- docs/channels/twitch.md | 2 +- docs/channels/zalo.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/channels/nostr.md b/docs/channels/nostr.md index 3368933d6..0d930fff9 100644 --- a/docs/channels/nostr.md +++ b/docs/channels/nostr.md @@ -40,7 +40,7 @@ openclaw plugins install --link /extensions/nostr Restart the Gateway after installing or enabling plugins. -## Quick setup +## Onboarding 1. Generate a Nostr keypair (if needed): @@ -69,7 +69,7 @@ export NOSTR_PRIVATE_KEY="nsec1..." 4. Restart the Gateway. -## Configuration reference +## Configuration | Key | Type | Default | Description | | ------------ | -------- | ------------------------------------------- | ----------------------------------- | diff --git a/docs/channels/twitch.md b/docs/channels/twitch.md index 32670f315..6390be668 100644 --- a/docs/channels/twitch.md +++ b/docs/channels/twitch.md @@ -27,7 +27,7 @@ openclaw plugins install ./extensions/twitch Details: [Plugins](/tools/plugin) -## Quick setup (beginner) +## Onboarding 1. Create a dedicated Twitch account for the bot (or use an existing account). 2. Generate credentials: [Twitch Token Generator](https://twitchtokengenerator.com/) diff --git a/docs/channels/zalo.md b/docs/channels/zalo.md index cda126f56..d230f3032 100644 --- a/docs/channels/zalo.md +++ b/docs/channels/zalo.md @@ -17,7 +17,7 @@ Zalo ships as a plugin and is not bundled with the core install. - Or select **Zalo** during onboarding and confirm the install prompt - Details: [Plugins](/tools/plugin) -## Quick setup (beginner) +## Onboarding 1. Install the Zalo plugin: - From a source checkout: `openclaw plugins install ./extensions/zalo` @@ -161,7 +161,7 @@ Multi-account support: use `channels.zalo.accounts` with per-account tokens and - Confirm the gateway HTTP endpoint is reachable on the configured path - Check that getUpdates polling is not running (they're mutually exclusive) -## Configuration reference (Zalo) +## Configuration Full configuration: [Configuration](/gateway/configuration)