mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:00:42 +00:00
docs: normalize frontmatter titles to sentence case
This commit is contained in:
@@ -3,7 +3,7 @@ summary: "Bun workflow (experimental): installs and gotchas vs pnpm"
|
||||
read_when:
|
||||
- You want the fastest local dev loop (bun + watch)
|
||||
- You hit Bun install/patch/lifecycle script issues
|
||||
title: "Bun (Experimental)"
|
||||
title: "Bun (experimental)"
|
||||
---
|
||||
|
||||
<Warning>
|
||||
|
||||
@@ -4,7 +4,7 @@ read_when:
|
||||
- You want to switch between stable/beta/dev
|
||||
- You want to pin a specific version, tag, or SHA
|
||||
- You are tagging or publishing prereleases
|
||||
title: "Release Channels"
|
||||
title: "Release channels"
|
||||
sidebarTitle: "Release Channels"
|
||||
---
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ summary: "Shared Docker VM runtime steps for long-lived OpenClaw Gateway hosts"
|
||||
read_when:
|
||||
- You are deploying OpenClaw on a cloud VM with Docker
|
||||
- You need the shared binary bake, persistence, and update flow
|
||||
title: "Docker VM Runtime"
|
||||
title: "Docker VM runtime"
|
||||
---
|
||||
|
||||
Shared runtime steps for VM-based Docker installs such as GCP, Hetzner, and similar VPS providers.
|
||||
|
||||
@@ -4,7 +4,7 @@ read_when:
|
||||
- You want to understand `openclaw.ai/install.sh`
|
||||
- You want to automate installs (CI / headless)
|
||||
- You want to install from a GitHub checkout
|
||||
title: "Installer Internals"
|
||||
title: "Installer internals"
|
||||
---
|
||||
|
||||
OpenClaw ships three installer scripts, served from `openclaw.ai`.
|
||||
|
||||
@@ -3,7 +3,7 @@ summary: "Move (migrate) an OpenClaw install from one machine to another"
|
||||
read_when:
|
||||
- You are moving OpenClaw to a new laptop/server
|
||||
- You want to preserve sessions, auth, and channel logins (WhatsApp, etc.)
|
||||
title: "Migration Guide"
|
||||
title: "Migration guide"
|
||||
---
|
||||
|
||||
# Migrating OpenClaw to a New Machine
|
||||
|
||||
Reference in New Issue
Block a user