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
This commit is contained in:
Vincent Koc
2026-04-26 22:07:47 -07:00
parent 51dbda3f3d
commit 5c3e2a6b44
5 changed files with 6 additions and 13 deletions

View File

@@ -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:

View File

@@ -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

View File

@@ -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

View File

@@ -10,8 +10,7 @@ The Perplexity plugin provides web search capabilities through the Perplexity
Search API or Perplexity Sonar via OpenRouter.
<Note>
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).
</Note>
| Property | Value |

View File

@@ -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