Docs: add nav titles across docs (#5689)

This commit is contained in:
Seb Slight
2026-01-31 16:04:03 -05:00
committed by GitHub
parent 1295b67057
commit abcaa8c7a9
270 changed files with 279 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ read_when:
- You want automated server deployment with security hardening
- You need firewall-isolated setup with VPN access
- You're deploying to remote Debian/Ubuntu servers
title: "Ansible"
---
# Ansible Installation
+1
View File
@@ -3,6 +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)"
---
# Bun (experimental)
+1
View File
@@ -3,6 +3,7 @@ summary: "Stable, beta, and dev channels: semantics, switching, and tagging"
read_when:
- You want to switch between stable/beta/dev
- You are tagging or publishing prereleases
title: "Development Channels"
---
# Development channels
+1
View File
@@ -3,6 +3,7 @@ summary: "Optional Docker-based setup and onboarding for OpenClaw"
read_when:
- You want a containerized gateway instead of local installs
- You are validating the Docker flow
title: "Docker"
---
# Docker (optional)
+1
View File
@@ -3,6 +3,7 @@ summary: "Install OpenClaw (recommended installer, global install, or from sourc
read_when:
- Installing OpenClaw
- You want to install from GitHub
title: "Install"
---
# Install
+1
View File
@@ -4,6 +4,7 @@ read_when:
- You want to understand `openclaw.bot/install.sh`
- You want to automate installs (CI / headless)
- You want to install from a GitHub checkout
title: "Installer Internals"
---
# Installer internals
+1
View File
@@ -3,6 +3,7 @@ summary: "Move (migrate) a 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"
---
# Migrating OpenClaw to a new machine
+1
View File
@@ -4,6 +4,7 @@ read_when:
- You want reproducible, rollback-able installs
- You're already using Nix/NixOS/Home Manager
- You want everything pinned and managed declaratively
title: "Nix"
---
# Nix Installation
+1
View File
@@ -3,6 +3,7 @@ summary: "Uninstall OpenClaw completely (CLI, service, state, workspace)"
read_when:
- You want to remove OpenClaw from a machine
- The gateway service is still running after uninstall
title: "Uninstall"
---
# Uninstall
+1
View File
@@ -3,6 +3,7 @@ summary: "Updating OpenClaw safely (global install or source), plus rollback str
read_when:
- Updating OpenClaw
- Something breaks after an update
title: "Updating"
---
# Updating