mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:40:43 +00:00
docs: remove duplicate H1 where frontmatter title already sets it
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -7,8 +7,6 @@ read_when:
|
||||
title: "SecretRef Credential Surface"
|
||||
---
|
||||
|
||||
# SecretRef credential surface
|
||||
|
||||
This page defines the canonical SecretRef credential surface.
|
||||
|
||||
Scope intent:
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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 don’t collide with a running instance. Use this when a prior gateway run left port 18789 occupied.
|
||||
|
||||
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user