docs: drop in-body H1s and typography hygiene across 4 pages

docs/install/macos-vm.md: removed the duplicate '# OpenClaw on macOS
VMs (Sandboxing)' H1 (Mintlify renders title from frontmatter; the
in-body H1 plus parens produced a brittle anchor).

docs/install/development-channels.md: removed the duplicate
'# Development channels' H1.

docs/install/index.md: replaced 3 typography characters (curly quotes
and en-dash) with ASCII equivalents.

docs/concepts/delegate-architecture.md: replaced 10 typography
characters (curly quotes, apostrophes, em/en dashes) with ASCII
equivalents.
This commit is contained in:
Vincent Koc
2026-05-05 19:04:11 -07:00
parent 6ad601d195
commit bff5051e38
4 changed files with 13 additions and 17 deletions

View File

@@ -8,8 +8,6 @@ title: "Release channels"
sidebarTitle: "Release Channels"
---
# Development channels
OpenClaw ships three update channels:
- **stable**: npm dist-tag `latest`. Recommended for most users.

View File

@@ -1,5 +1,5 @@
---
summary: "Install OpenClaw installer script, npm/pnpm/bun, from source, Docker, and more"
summary: "Install OpenClaw - installer script, npm/pnpm/bun, from source, Docker, and more"
read_when:
- You need an install method other than the Getting Started quickstart
- You want to deploy to a cloud platform
@@ -9,8 +9,8 @@ title: "Install"
## System requirements
- **Node 24** (recommended) or Node 22.14+ the installer script handles this automatically
- **macOS, Linux, or Windows** both native Windows and WSL2 are supported; WSL2 is more stable. See [Windows](/platforms/windows).
- **Node 24** (recommended) or Node 22.14+ - the installer script handles this automatically
- **macOS, Linux, or Windows** - both native Windows and WSL2 are supported; WSL2 is more stable. See [Windows](/platforms/windows).
- `pnpm` is only needed if you build from source
## Recommended: installer script

View File

@@ -8,8 +8,6 @@ read_when:
title: "macOS VMs"
---
# OpenClaw on macOS VMs (Sandboxing)
## Recommended default (most users)
- **Small Linux VPS** for an always-on Gateway and low cost. See [VPS hosting](/vps).