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

View File

@@ -4,6 +4,7 @@ read_when:
- Pairing or reconnecting the Android node
- Debugging Android gateway discovery or auth
- Verifying chat history parity across clients
title: "Android App"
---
# Android App (Node)

View File

@@ -3,6 +3,7 @@ summary: "OpenClaw on DigitalOcean (simple paid VPS option)"
read_when:
- Setting up OpenClaw on DigitalOcean
- Looking for cheap VPS hosting for OpenClaw
title: "DigitalOcean"
---
# OpenClaw on DigitalOcean

View File

@@ -3,6 +3,7 @@ summary: "Run OpenClaw Gateway on exe.dev (VM + HTTPS proxy) for remote access"
read_when:
- You want a cheap always-on Linux host for the Gateway
- You want remote Control UI access without running your own VPS
title: "exe.dev"
---
# exe.dev

View File

@@ -4,6 +4,7 @@ read_when:
- You want OpenClaw running 24/7 on GCP
- You want a production-grade, always-on Gateway on your own VM
- You want full control over persistence, binaries, and restart behavior
title: "GCP"
---
# OpenClaw on GCP Compute Engine (Docker, Production VPS Guide)

View File

@@ -5,6 +5,7 @@ read_when:
- You want a production-grade, always-on Gateway on your own VPS
- You want full control over persistence, binaries, and restart behavior
- You are running OpenClaw in Docker on Hetzner or a similar provider
title: "Hetzner"
---
# OpenClaw on Hetzner (Docker, Production VPS Guide)

View File

@@ -3,6 +3,7 @@ summary: "Platform support overview (Gateway + companion apps)"
read_when:
- Looking for OS support or install paths
- Deciding where to run the Gateway
title: "Platforms"
---
# Platforms

View File

@@ -4,6 +4,7 @@ read_when:
- Pairing or reconnecting the iOS node
- Running the iOS app from source
- Debugging gateway discovery or canvas commands
title: "iOS App"
---
# iOS App (Node)

View File

@@ -3,6 +3,7 @@ summary: "Linux support + companion app status"
read_when:
- Looking for Linux companion app status
- Planning platform coverage or contributions
title: "Linux App"
---
# Linux App

View File

@@ -4,6 +4,7 @@ read_when:
- Packaging OpenClaw.app
- Debugging the macOS gateway launchd service
- Installing the gateway CLI for macOS
title: "Gateway on macOS"
---
# Gateway on macOS (external launchd)

View File

@@ -4,6 +4,7 @@ read_when:
- Implementing the macOS Canvas panel
- Adding agent controls for visual workspace
- Debugging WKWebView canvas loads
title: "Canvas"
---
# Canvas (macOS app)

View File

@@ -2,6 +2,7 @@
summary: "Gateway lifecycle on macOS (launchd)"
read_when:
- Integrating the mac app with the gateway lifecycle
title: "Gateway Lifecycle"
---
# Gateway lifecycle on macOS

View File

@@ -2,6 +2,7 @@
summary: "Setup guide for developers working on the OpenClaw macOS app"
read_when:
- Setting up the macOS development environment
title: "macOS Dev Setup"
---
# macOS Developer Setup

View File

@@ -2,6 +2,7 @@
summary: "How the macOS app reports gateway/Baileys health states"
read_when:
- Debugging mac app health indicators
title: "Health Checks"
---
# Health Checks on macOS

View File

@@ -2,6 +2,7 @@
summary: "Menu bar icon states and animations for OpenClaw on macOS"
read_when:
- Changing menu bar icon behavior
title: "Menu Bar Icon"
---
# Menu Bar Icon States

View File

@@ -3,6 +3,7 @@ summary: "OpenClaw logging: rolling diagnostics file log + unified log privacy f
read_when:
- Capturing macOS logs or investigating private data logging
- Debugging voice wake/session lifecycle issues
title: "macOS Logging"
---
# Logging (macOS)

View File

@@ -2,6 +2,7 @@
summary: "Menu bar status logic and what is surfaced to users"
read_when:
- Tweaking mac menu UI or status logic
title: "Menu Bar"
---
# Menu Bar Status Logic

View File

@@ -4,6 +4,7 @@ read_when:
- Hosting PeekabooBridge in OpenClaw.app
- Integrating Peekaboo via Swift Package Manager
- Changing PeekabooBridge protocol/paths
title: "Peekaboo Bridge"
---
# Peekaboo Bridge (macOS UI automation)

View File

@@ -4,6 +4,7 @@ read_when:
- Debugging missing or stuck macOS permission prompts
- Packaging or signing the macOS app
- Changing bundle IDs or app install paths
title: "macOS Permissions"
---
# macOS permissions (TCC)

View File

@@ -3,6 +3,7 @@ summary: "OpenClaw macOS release checklist (Sparkle feed, packaging, signing)"
read_when:
- Cutting or validating a OpenClaw macOS release
- Updating the Sparkle appcast or feed assets
title: "macOS Release"
---
# OpenClaw macOS release (Sparkle)

View File

@@ -2,6 +2,7 @@
summary: "macOS app flow for controlling a remote OpenClaw gateway over SSH"
read_when:
- Setting up or debugging remote mac control
title: "Remote Control"
---
# Remote OpenClaw (macOS ⇄ remote host)

View File

@@ -2,6 +2,7 @@
summary: "Signing steps for macOS debug builds generated by packaging scripts"
read_when:
- Building or signing mac debug builds
title: "macOS Signing"
---
# mac signing (debug builds)

View File

@@ -3,6 +3,7 @@ summary: "macOS Skills settings UI and gateway-backed status"
read_when:
- Updating the macOS Skills settings UI
- Changing skills gating or install behavior
title: "Skills"
---
# Skills (macOS)

View File

@@ -2,6 +2,7 @@
summary: "Voice overlay lifecycle when wake-word and push-to-talk overlap"
read_when:
- Adjusting voice overlay behavior
title: "Voice Overlay"
---
# Voice Overlay Lifecycle (macOS)

View File

@@ -2,6 +2,7 @@
summary: "Voice wake and push-to-talk modes plus routing details in the mac app"
read_when:
- Working on voice wake or PTT pathways
title: "Voice Wake"
---
# Voice Wake & Push-to-Talk

View File

@@ -2,6 +2,7 @@
summary: "How the mac app embeds the gateway WebChat and how to debug it"
read_when:
- Debugging mac WebChat view or loopback port
title: "WebChat"
---
# WebChat (macOS app)

View File

@@ -2,6 +2,7 @@
summary: "macOS IPC architecture for OpenClaw app, gateway node transport, and PeekabooBridge"
read_when:
- Editing IPC contracts or menu bar app IPC
title: "macOS IPC"
---
# OpenClaw macOS IPC architecture

View File

@@ -5,6 +5,7 @@ read_when:
- You want iMessage integration (BlueBubbles) in a sandbox
- You want a resettable macOS environment you can clone
- You want to compare local vs hosted macOS VM options
title: "macOS VMs"
---
# OpenClaw on macOS VMs (Sandboxing)

View File

@@ -3,6 +3,7 @@ summary: "OpenClaw macOS companion app (menu bar + gateway broker)"
read_when:
- Implementing macOS app features
- Changing gateway lifecycle or node bridging on macOS
title: "macOS App"
---
# OpenClaw macOS Companion (menu bar + gateway broker)

View File

@@ -4,6 +4,7 @@ read_when:
- Setting up OpenClaw on Oracle Cloud
- Looking for low-cost VPS hosting for OpenClaw
- Want 24/7 OpenClaw on a small server
title: "Oracle Cloud"
---
# OpenClaw on Oracle Cloud (OCI)

View File

@@ -4,6 +4,7 @@ read_when:
- Setting up OpenClaw on a Raspberry Pi
- Running OpenClaw on ARM devices
- Building a cheap always-on personal AI
title: "Raspberry Pi"
---
# OpenClaw on Raspberry Pi

View File

@@ -3,6 +3,7 @@ summary: "Windows (WSL2) support + companion app status"
read_when:
- Installing OpenClaw on Windows
- Looking for Windows companion app status
title: "Windows (WSL2)"
---
# Windows (WSL2)