mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 15:50:46 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user