diff --git a/docs/channels/line.md b/docs/channels/line.md index d32e683fbeb..32b33ddf81e 100644 --- a/docs/channels/line.md +++ b/docs/channels/line.md @@ -31,7 +31,7 @@ Local checkout (when running from a git repo): openclaw plugins install ./extensions/line ``` -## Setup +## Onboarding 1. Create a LINE Developers account and open the Console: [https://developers.line.biz/console/](https://developers.line.biz/console/) @@ -48,7 +48,7 @@ The gateway responds to LINE’s webhook verification (GET) and inbound events ( If you need a custom path, set `channels.line.webhookPath` or `channels.line.accounts..webhookPath` and update the URL accordingly. -## Configure +## Configuration Minimal config: diff --git a/docs/channels/matrix.md b/docs/channels/matrix.md index 04205d94971..4c5b920007e 100644 --- a/docs/channels/matrix.md +++ b/docs/channels/matrix.md @@ -36,7 +36,7 @@ OpenClaw will offer the local install path automatically. Details: [Plugins](/tools/plugin) -## Setup +## Onboarding 1. Install the Matrix plugin: - From npm: `openclaw plugins install @openclaw/matrix` diff --git a/docs/channels/nextcloud-talk.md b/docs/channels/nextcloud-talk.md index d4ab9e2c397..141f811fbd9 100644 --- a/docs/channels/nextcloud-talk.md +++ b/docs/channels/nextcloud-talk.md @@ -30,7 +30,7 @@ OpenClaw will offer the local install path automatically. Details: [Plugins](/tools/plugin) -## Quick setup (beginner) +## Onboarding 1. Install the Nextcloud Talk plugin. 2. On your Nextcloud server, create a bot: @@ -106,7 +106,7 @@ Minimal config: | Reactions | Supported | | Native commands | Not supported | -## Configuration reference (Nextcloud Talk) +## Configuration Full configuration: [Configuration](/gateway/configuration) diff --git a/docs/tools/thinking.md b/docs/tools/thinking.md index c01ea540f0e..d7f47484504 100644 --- a/docs/tools/thinking.md +++ b/docs/tools/thinking.md @@ -61,6 +61,7 @@ title: "Thinking Levels" ## Related - Elevated mode docs live in [Elevated mode](/tools/elevated). +- Reasoning visibility behavior is documented in [Reasoning visibility](/tools/thinking#reasoning-visibility-reasoning). ## Heartbeats