docs: remove duplicate H1 where frontmatter title already sets it

This commit is contained in:
Vincent Koc
2026-04-23 13:11:14 -07:00
parent 219a11d2bd
commit 4a2cd533ac
251 changed files with 1 additions and 503 deletions

View File

@@ -6,8 +6,6 @@ read_when:
- Looking for version naming and cadence
---
# Release Policy
OpenClaw has three public release lanes:
- stable: tagged releases that publish to npm `beta` by default, or to npm `latest` when explicitly requested

View File

@@ -8,8 +8,6 @@ read_when:
- You want to enable multimodal memory indexing
---
# Memory configuration reference
This page lists every configuration knob for OpenClaw memory search. For
conceptual overviews, see:

View File

@@ -7,8 +7,6 @@ read_when:
- You are tuning heartbeat and cache-ttl pruning together
---
# Prompt caching
Prompt caching means the model provider can reuse unchanged prompt prefixes (usually system/developer instructions and other stable context) across turns instead of re-processing them every time. OpenClaw normalizes provider usage into `cacheRead` and `cacheWrite` where the upstream API exposes those counters directly.
Status surfaces can also recover cache counters from the most recent transcript

View File

@@ -6,8 +6,6 @@ read_when:
title: "Rich Output Protocol"
---
# Rich Output Protocol
Assistant output can carry a small set of delivery/render directives:
- `MEDIA:` for attachment delivery

View File

@@ -6,8 +6,6 @@ read_when:
title: "RPC Adapters"
---
# RPC adapters
OpenClaw integrates external CLIs via JSON-RPC. Two patterns are used today.
## Pattern A: HTTP daemon (signal-cli)

View File

@@ -7,8 +7,6 @@ read_when:
title: "SecretRef Credential Surface"
---
# SecretRef credential surface
This page defines the canonical SecretRef credential surface.
Scope intent:

View File

@@ -5,8 +5,6 @@ read_when:
- Bootstrapping a workspace manually
---
# HEARTBEAT.md Template
```markdown
# Keep this file empty (or with only comments) to skip heartbeat API calls.

View File

@@ -5,8 +5,6 @@ read_when:
title: "Tests"
---
# Tests
- Full testing kit (suites, live, Docker): [Testing](/help/testing)
- `pnpm test:force`: Kills any lingering gateway process holding the default control port, then runs the full Vitest suite with an isolated gateway port so server tests dont collide with a running instance. Use this when a prior gateway run left port 18789 occupied.

View File

@@ -8,8 +8,6 @@ title: "Onboarding Reference"
sidebarTitle: "Onboarding Reference"
---
# Onboarding Reference
This is the full reference for `openclaw onboard`.
For a high-level overview, see [Onboarding (CLI)](/start/wizard).