From 5c3e2a6b44dc8be9dbe091e3e54188e7a70fe7dc Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 26 Apr 2026 22:07:47 -0700 Subject: [PATCH] docs: batch fix filler openings across providers, platforms, install, tools, and pi - platforms/mac/dev-setup: sentence-case heading and direct opener - tools/browser-wsl2-windows-remote-cdp-troubleshooting: collapse three-bullet split-host setup into one direct sentence - install/migrating-matrix: drop 'this page covers' filler - providers/perplexity-provider: rephrase Note opener - pi: drop 'this document describes' filler --- docs/install/migrating-matrix.md | 2 +- docs/pi.md | 2 +- docs/platforms/mac/dev-setup.md | 4 ++-- docs/providers/perplexity-provider.md | 3 +-- .../browser-wsl2-windows-remote-cdp-troubleshooting.md | 8 +------- 5 files changed, 6 insertions(+), 13 deletions(-) diff --git a/docs/install/migrating-matrix.md b/docs/install/migrating-matrix.md index 3c580a73aae..fb79f75f8ca 100644 --- a/docs/install/migrating-matrix.md +++ b/docs/install/migrating-matrix.md @@ -6,7 +6,7 @@ read_when: title: "Matrix migration" --- -This page covers upgrades from the previous public `matrix` plugin to the current implementation. +Upgrade from the previous public `matrix` plugin to the current implementation. For most users, the upgrade is in place: diff --git a/docs/pi.md b/docs/pi.md index 3a5c1d9262a..cd862f9124c 100644 --- a/docs/pi.md +++ b/docs/pi.md @@ -6,7 +6,7 @@ read_when: - Modifying agent session lifecycle, tooling, or provider wiring for Pi --- -This document describes how OpenClaw integrates with [pi-coding-agent](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent) and its sibling packages (`pi-ai`, `pi-agent-core`, `pi-tui`) to power its AI agent capabilities. +OpenClaw integrates with [pi-coding-agent](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent) and its sibling packages (`pi-ai`, `pi-agent-core`, `pi-tui`) to power its AI agent capabilities. ## Overview diff --git a/docs/platforms/mac/dev-setup.md b/docs/platforms/mac/dev-setup.md index 61f43557aed..595185ad0dc 100644 --- a/docs/platforms/mac/dev-setup.md +++ b/docs/platforms/mac/dev-setup.md @@ -5,9 +5,9 @@ read_when: title: "macOS dev setup" --- -# macOS Developer Setup +# macOS developer setup -This guide covers the necessary steps to build and run the OpenClaw macOS application from source. +Build and run the OpenClaw macOS application from source. ## Prerequisites diff --git a/docs/providers/perplexity-provider.md b/docs/providers/perplexity-provider.md index d13976f92cd..5a9ed0c02b3 100644 --- a/docs/providers/perplexity-provider.md +++ b/docs/providers/perplexity-provider.md @@ -10,8 +10,7 @@ The Perplexity plugin provides web search capabilities through the Perplexity Search API or Perplexity Sonar via OpenRouter. -This page covers the Perplexity **provider** setup. For the Perplexity -**tool** (how the agent uses it), see [Perplexity tool](/tools/perplexity-search). +This page is the Perplexity **provider** setup. For the Perplexity **tool** (how the agent uses it), see [Perplexity tool](/tools/perplexity-search). | Property | Value | diff --git a/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md b/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md index fd6db917948..2f325674133 100644 --- a/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +++ b/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md @@ -7,13 +7,7 @@ read_when: title: "WSL2 + Windows + remote Chrome CDP troubleshooting" --- -This guide covers the common split-host setup where: - -- OpenClaw Gateway runs inside WSL2 -- Chrome runs on Windows -- browser control must cross the WSL2/Windows boundary - -It also covers the layered failure pattern from [issue #39369](https://github.com/openclaw/openclaw/issues/39369): several independent problems can show up at once, which makes the wrong layer look broken first. +In the common split-host setup, OpenClaw Gateway runs inside WSL2, Chrome runs on Windows, and browser control must cross the WSL2 and Windows boundary. The layered failure pattern from [issue #39369](https://github.com/openclaw/openclaw/issues/39369) means several independent problems can show up at once, which makes the wrong layer look broken first. ## Choose the right browser mode first