docs: fix redirect chains and disambiguate duplicate titles

Redirects:
- /cron now goes directly to /automation/cron-jobs (was chaining via /cron-jobs)
- /model and /model/ now go directly to /concepts/models (was chaining via /models)

Duplicate titles disambiguated (6 of 7 - Logging is orphaned):
- Health Checks (macOS), Skills (macOS), Voice Wake (macOS), WebChat (macOS)
- General Troubleshooting (help/ vs gateway/)
- Provider Directory (providers/index vs concepts/model-providers)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Vincent Koc
2026-03-18 00:13:18 -07:00
parent 6538c87673
commit 198ed08a38
7 changed files with 9 additions and 9 deletions

View File

@@ -65,7 +65,7 @@
}, },
{ {
"source": "/cron", "source": "/cron",
"destination": "/cron-jobs" "destination": "/automation/cron-jobs"
}, },
{ {
"source": "/minimax", "source": "/minimax",
@@ -513,11 +513,11 @@
}, },
{ {
"source": "/model", "source": "/model",
"destination": "/models" "destination": "/concepts/models"
}, },
{ {
"source": "/model/", "source": "/model/",
"destination": "/models" "destination": "/concepts/models"
}, },
{ {
"source": "/models", "source": "/models",

View File

@@ -3,7 +3,7 @@ summary: "Symptom first troubleshooting hub for OpenClaw"
read_when: read_when:
- OpenClaw is not working and you need the fastest path to a fix - OpenClaw is not working and you need the fastest path to a fix
- You want a triage flow before diving into deep runbooks - You want a triage flow before diving into deep runbooks
title: "Troubleshooting" title: "General Troubleshooting"
--- ---
# Troubleshooting # Troubleshooting

View File

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

View File

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

View File

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

View File

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

View File

@@ -3,7 +3,7 @@ summary: "Model providers (LLMs) supported by OpenClaw"
read_when: read_when:
- You want to choose a model provider - You want to choose a model provider
- You need a quick overview of supported LLM backends - You need a quick overview of supported LLM backends
title: "Model Providers" title: "Provider Directory"
--- ---
# Model Providers # Model Providers