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: "Android app"
---
# Android App (Node)
> **Note:** The Android app has not been publicly released yet. The source code is available in the [OpenClaw repository](https://github.com/openclaw/openclaw) under `apps/android`. You can build it yourself using Java 17 and the Android SDK (`./gradlew :app:assemblePlayDebug`). See [apps/android/README.md](https://github.com/openclaw/openclaw/blob/main/apps/android/README.md) for build instructions.
## Support snapshot

View File

@@ -7,8 +7,6 @@ read_when:
title: "iOS app"
---
# iOS App (Node)
Availability: internal preview. The iOS app is not publicly distributed yet.
## What it does

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.