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
No known key found for this signature in database
20 changed files with 0 additions and 40 deletions

View file

@ -6,8 +6,6 @@ read_when:
title: "Docker"
---
# Docker (optional)
Docker is **optional**. Use it only if you want a containerized gateway or to validate the Docker flow.
## Is Docker right for me?

View file

@ -6,8 +6,6 @@ read_when:
title: "Camera capture"
---
# Camera capture (agent)
OpenClaw supports **camera capture** for agent workflows:
- **iOS node** (paired via Gateway): capture a **photo** (`jpg`) or **short video clip** (`mp4`, with optional audio) via `node.invoke`.

View file

@ -6,8 +6,6 @@ read_when:
title: "Location command"
---
# Location command (nodes)
## TL;DR
- `location.get` is a node command (via `node.invoke`).

View file

@ -6,8 +6,6 @@ read_when:
title: "Voice wake"
---
# Voice Wake (Global Wake Words)
OpenClaw treats **wake words as a single global list** owned by the **Gateway**.
- There are **no per-node custom wake words**.

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.

View file

@ -6,8 +6,6 @@ read_when:
title: "Plugin manifest"
---
# Plugin manifest (openclaw.plugin.json)
This page is for the **native OpenClaw plugin manifest** only.
For compatible bundle layouts, see [Plugin bundles](/plugins/bundles).

View file

@ -4,8 +4,6 @@ read_when: "Browser control fails on Linux, especially with snap Chromium"
title: "Browser troubleshooting"
---
# Browser Troubleshooting (Linux)
## Problem: "Failed to start Chrome CDP on port 18800"
OpenClaw's browser control server fails to launch Chrome/Brave/Edge/Chromium with the error:

View file

@ -6,8 +6,6 @@ read_when:
title: "Skills"
---
# Skills (OpenClaw)
OpenClaw uses **[AgentSkills](https://agentskills.io)-compatible** skill folders to teach the agent how to use tools. Each skill is a directory containing a `SKILL.md` with YAML frontmatter and instructions. OpenClaw loads **bundled skills** plus optional local overrides, and filters them at load time based on environment, config, and binary presence.
## Locations and precedence

View file

@ -5,8 +5,6 @@ read_when:
title: "Thinking levels"
---
# Thinking Levels (/think directives)
## What it does
- Inline directive in any inbound body: `/t <level>`, `/think:<level>`, or `/thinking <level>`.

View file

@ -7,8 +7,6 @@ read_when:
title: "Text-to-speech"
---
# Text-to-speech (TTS)
OpenClaw can convert outbound replies into audio using ElevenLabs, Google Gemini, Microsoft, MiniMax, OpenAI, or xAI.
It works anywhere OpenClaw can send audio.

View file

@ -6,8 +6,6 @@ read_when:
title: "Control UI"
---
# Control UI (browser)
The Control UI is a small **Vite + Lit** single-page app served by the Gateway:
- default: `http://<host>:18789/`

View file

@ -5,8 +5,6 @@ read_when:
title: "Dashboard"
---
# Dashboard (Control UI)
The Gateway dashboard is the browser Control UI served at `/` by default
(override with `gateway.controlUi.basePath`).

View file

@ -6,8 +6,6 @@ read_when:
title: "Web"
---
# Web (Gateway)
The Gateway serves a small **browser Control UI** (Vite + Lit) from the same port as the Gateway WebSocket:
- default: `http://<host>:18789/`

View file

@ -6,8 +6,6 @@ read_when:
title: "TUI"
---
# TUI (Terminal UI)
## Quick start
### Gateway mode

View file

@ -5,8 +5,6 @@ read_when:
title: "WebChat"
---
# WebChat (Gateway WebSocket UI)
Status: the macOS/iOS SwiftUI chat UI talks directly to the Gateway WebSocket.
## What it is