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:
- 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