docs: remove H1 on pages where frontmatter + summary already cover th… · openclaw/openclaw@789e71c
vincentkoc
·
2026-04-24
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Docker" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Docker (optional) |
10 | | - |
11 | 9 | Docker is **optional**. Use it only if you want a containerized gateway or to validate the Docker flow. |
12 | 10 | |
13 | 11 | ## Is Docker right for me? |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Camera capture" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Camera capture (agent) |
10 | | - |
11 | 9 | OpenClaw supports **camera capture** for agent workflows: |
12 | 10 | |
13 | 11 | - **iOS node** (paired via Gateway): capture a **photo** (`jpg`) or **short video clip** (`mp4`, with optional audio) via `node.invoke`. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Location command" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Location command (nodes) |
10 | | - |
11 | 9 | ## TL;DR |
12 | 10 | |
13 | 11 | - `location.get` is a node command (via `node.invoke`). |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Voice wake" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Voice Wake (Global Wake Words) |
10 | | - |
11 | 9 | OpenClaw treats **wake words as a single global list** owned by the **Gateway**. |
12 | 10 | |
13 | 11 | - There are **no per-node custom wake words**. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "Android app" |
8 | 8 | --- |
9 | 9 | |
10 | | -# Android App (Node) |
11 | | - |
12 | 10 | > **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. |
13 | 11 | |
14 | 12 | ## Support snapshot |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "iOS app" |
8 | 8 | --- |
9 | 9 | |
10 | | -# iOS App (Node) |
11 | | - |
12 | 10 | Availability: internal preview. The iOS app is not publicly distributed yet. |
13 | 11 | |
14 | 12 | ## What it does |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "Gateway on macOS" |
8 | 8 | --- |
9 | 9 | |
10 | | -# Gateway on macOS (external launchd) |
11 | | - |
12 | 10 | OpenClaw.app no longer bundles Node/Bun or the Gateway runtime. The macOS app |
13 | 11 | expects an **external** `openclaw` CLI install, does not spawn the Gateway as a |
14 | 12 | child process, and manages a per‑user launchd service to keep the Gateway |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "Canvas" |
8 | 8 | --- |
9 | 9 | |
10 | | -# Canvas (macOS app) |
11 | | - |
12 | 10 | The macOS app embeds an agent‑controlled **Canvas panel** using `WKWebView`. It |
13 | 11 | is a lightweight visual workspace for HTML/CSS/JS, A2UI, and small interactive |
14 | 12 | UI surfaces. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "Peekaboo bridge" |
8 | 8 | --- |
9 | 9 | |
10 | | -# Peekaboo Bridge (macOS UI automation) |
11 | | - |
12 | 10 | OpenClaw can host **PeekabooBridge** as a local, permission‑aware UI automation |
13 | 11 | broker. This lets the `peekaboo` CLI drive UI automation while reusing the |
14 | 12 | macOS app’s TCC permissions. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "macOS permissions" |
8 | 8 | --- |
9 | 9 | |
10 | | -# macOS permissions (TCC) |
11 | | - |
12 | 10 | macOS permission grants are fragile. TCC associates a permission grant with the |
13 | 11 | app's code signature, bundle identifier, and on-disk path. If any of those change, |
14 | 12 | macOS treats the app as new and may drop or hide prompts. |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。