docs: remove H1 on pages where frontmatter + summary already cover the parenthetical

This commit is contained in:
Vincent Koc
2026-04-23 15:47:48 -07:00
parent 41448da417
commit 789e71cdb8
20 changed files with 0 additions and 40 deletions

View File

@@ -7,8 +7,6 @@ read_when:
title: "Gateway on macOS"
---
# Gateway on macOS (external launchd)
OpenClaw.app no longer bundles Node/Bun or the Gateway runtime. The macOS app
expects an **external** `openclaw` CLI install, does not spawn the Gateway as a
child process, and manages a peruser launchd service to keep the Gateway

View File

@@ -7,8 +7,6 @@ read_when:
title: "Canvas"
---
# Canvas (macOS app)
The macOS app embeds an agentcontrolled **Canvas panel** using `WKWebView`. It
is a lightweight visual workspace for HTML/CSS/JS, A2UI, and small interactive
UI surfaces.

View File

@@ -7,8 +7,6 @@ read_when:
title: "Peekaboo bridge"
---
# Peekaboo Bridge (macOS UI automation)
OpenClaw can host **PeekabooBridge** as a local, permissionaware UI automation
broker. This lets the `peekaboo` CLI drive UI automation while reusing the
macOS apps TCC permissions.

View File

@@ -7,8 +7,6 @@ read_when:
title: "macOS permissions"
---
# macOS permissions (TCC)
macOS permission grants are fragile. TCC associates a permission grant with the
app's code signature, bundle identifier, and on-disk path. If any of those change,
macOS treats the app as new and may drop or hide prompts.