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

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