mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 10:50:44 +00:00
docs: remove duplicate H1 where frontmatter title already sets it
This commit is contained in:
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "Bun (Experimental)"
|
||||
---
|
||||
|
||||
# Bun (Experimental)
|
||||
|
||||
<Warning>
|
||||
Bun is **not recommended for gateway runtime** (known issues with WhatsApp and Telegram). Use Node for production.
|
||||
</Warning>
|
||||
|
||||
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "ClawDock"
|
||||
---
|
||||
|
||||
# ClawDock
|
||||
|
||||
ClawDock is a small shell-helper layer for Docker-based OpenClaw installs.
|
||||
|
||||
It gives you short commands like `clawdock-start`, `clawdock-dashboard`, and `clawdock-fix-token` instead of longer `docker compose ...` invocations.
|
||||
|
||||
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "DigitalOcean"
|
||||
---
|
||||
|
||||
# DigitalOcean
|
||||
|
||||
Run a persistent OpenClaw Gateway on a DigitalOcean Droplet.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "Docker VM Runtime"
|
||||
---
|
||||
|
||||
# Docker VM Runtime
|
||||
|
||||
Shared runtime steps for VM-based Docker installs such as GCP, Hetzner, and similar VPS providers.
|
||||
|
||||
## Bake required binaries into the image
|
||||
|
||||
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "exe.dev"
|
||||
---
|
||||
|
||||
# exe.dev
|
||||
|
||||
Goal: OpenClaw Gateway running on an exe.dev VM, reachable from your laptop via: `https://<vm-name>.exe.xyz`
|
||||
|
||||
This page assumes exe.dev's default **exeuntu** image. If you picked a different distro, map packages accordingly.
|
||||
|
||||
@@ -7,8 +7,6 @@ read_when:
|
||||
title: "Hostinger"
|
||||
---
|
||||
|
||||
# Hostinger
|
||||
|
||||
Run a persistent OpenClaw Gateway on [Hostinger](https://www.hostinger.com/openclaw) via a **1-Click** managed deployment or a **VPS** install.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -7,8 +7,6 @@ read_when:
|
||||
title: "Install"
|
||||
---
|
||||
|
||||
# Install
|
||||
|
||||
## Recommended: installer script
|
||||
|
||||
The fastest way to install. It detects your OS, installs Node if needed, installs OpenClaw, and launches onboarding.
|
||||
|
||||
@@ -7,8 +7,6 @@ read_when:
|
||||
title: "Installer Internals"
|
||||
---
|
||||
|
||||
# Installer internals
|
||||
|
||||
OpenClaw ships three installer scripts, served from `openclaw.ai`.
|
||||
|
||||
| Script | Platform | What it does |
|
||||
|
||||
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "Matrix migration"
|
||||
---
|
||||
|
||||
# Matrix migration
|
||||
|
||||
This page covers upgrades from the previous public `matrix` plugin to the current implementation.
|
||||
|
||||
For most users, the upgrade is in place:
|
||||
|
||||
@@ -7,8 +7,6 @@ read_when:
|
||||
- "npm install -g fails with permissions or PATH issues"
|
||||
---
|
||||
|
||||
# Node.js
|
||||
|
||||
OpenClaw requires **Node 22.14 or newer**. **Node 24 is the default and recommended runtime** for installs, CI, and release workflows. Node 22 remains supported via the active LTS line. The [installer script](/install#alternative-install-methods) will detect and install Node automatically — this page is for when you want to set up Node yourself and make sure everything is wired up correctly (versions, PATH, global installs).
|
||||
|
||||
## Check your version
|
||||
|
||||
@@ -7,8 +7,6 @@ read_when:
|
||||
title: "Oracle Cloud"
|
||||
---
|
||||
|
||||
# Oracle Cloud
|
||||
|
||||
Run a persistent OpenClaw Gateway on Oracle Cloud's **Always Free** ARM tier (up to 4 OCPU, 24 GB RAM, 200 GB storage) at no cost.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -5,8 +5,6 @@ read_when:
|
||||
title: "Podman"
|
||||
---
|
||||
|
||||
# Podman
|
||||
|
||||
Run the OpenClaw Gateway in a rootless Podman container, managed by your current non-root user.
|
||||
|
||||
The intended model is:
|
||||
|
||||
@@ -7,8 +7,6 @@ read_when:
|
||||
title: "Raspberry Pi"
|
||||
---
|
||||
|
||||
# Raspberry Pi
|
||||
|
||||
Run a persistent, always-on OpenClaw Gateway on a Raspberry Pi. Since the Pi is just the gateway (models run in the cloud via API), even a modest Pi handles the workload well.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "Uninstall"
|
||||
---
|
||||
|
||||
# Uninstall
|
||||
|
||||
Two paths:
|
||||
|
||||
- **Easy path** if `openclaw` is still installed.
|
||||
|
||||
@@ -6,8 +6,6 @@ read_when:
|
||||
title: "Updating"
|
||||
---
|
||||
|
||||
# Updating
|
||||
|
||||
Keep OpenClaw up to date.
|
||||
|
||||
## Recommended: `openclaw update`
|
||||
|
||||
Reference in New Issue
Block a user