From ca3165a3e7d06d08fa3b39bf4af87288b7df3244 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 22 Mar 2026 16:02:25 -0700 Subject: [PATCH] fix(docs): deduplicate titles across 9 pages Differentiate titles that were identical across multiple pages: - Platform pages: add '(Platform)' suffix to distinguish from install guides - Legacy root-level pages: add '(legacy path)' suffix for files that redirect to canonical tools/ paths - Logging: 'Logging' -> 'Logging Overview' (root) and 'Gateway Logging' - building-extensions: add '(redirect)' suffix --- docs/brave-search.md | 2 +- docs/gateway/logging.md | 2 +- docs/logging.md | 2 +- docs/perplexity.md | 2 +- docs/platforms/digitalocean.md | 2 +- docs/platforms/oracle.md | 2 +- docs/platforms/raspberry-pi.md | 2 +- docs/plugins/building-extensions.md | 2 +- docs/tts.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/brave-search.md b/docs/brave-search.md index 12cd78c358f..f596f0c8c82 100644 --- a/docs/brave-search.md +++ b/docs/brave-search.md @@ -3,7 +3,7 @@ summary: "Brave Search API setup for web_search" read_when: - You want to use Brave Search for web_search - You need a BRAVE_API_KEY or plan details -title: "Brave Search" +title: "Brave Search (legacy path)" --- # Brave Search API diff --git a/docs/gateway/logging.md b/docs/gateway/logging.md index 4b9b46b4c23..66ee99c471d 100644 --- a/docs/gateway/logging.md +++ b/docs/gateway/logging.md @@ -3,7 +3,7 @@ summary: "Logging surfaces, file logs, WS log styles, and console formatting" read_when: - Changing logging output or formats - Debugging CLI or gateway output -title: "Logging" +title: "Gateway Logging" --- # Logging diff --git a/docs/logging.md b/docs/logging.md index 34fb61ce42d..cacab8cf169 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -4,7 +4,7 @@ read_when: - You need a beginner-friendly overview of logging - You want to configure log levels or formats - You are troubleshooting and need to find logs quickly -title: "Logging" +title: "Logging Overview" --- # Logging diff --git a/docs/perplexity.md b/docs/perplexity.md index 0d8e2735b42..bd7d6b30733 100644 --- a/docs/perplexity.md +++ b/docs/perplexity.md @@ -3,7 +3,7 @@ summary: "Perplexity Search API and Sonar/OpenRouter compatibility for web_searc read_when: - You want to use Perplexity Search for web search - You need PERPLEXITY_API_KEY or OPENROUTER_API_KEY setup -title: "Perplexity Search" +title: "Perplexity Search (legacy path)" --- # Perplexity Search API diff --git a/docs/platforms/digitalocean.md b/docs/platforms/digitalocean.md index 61021c1ade8..ff0921fd062 100644 --- a/docs/platforms/digitalocean.md +++ b/docs/platforms/digitalocean.md @@ -3,7 +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" +title: "DigitalOcean (Platform)" --- # OpenClaw on DigitalOcean diff --git a/docs/platforms/oracle.md b/docs/platforms/oracle.md index d185af41d23..1fb9c77e866 100644 --- a/docs/platforms/oracle.md +++ b/docs/platforms/oracle.md @@ -4,7 +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" +title: "Oracle Cloud (Platform)" --- # OpenClaw on Oracle Cloud (OCI) diff --git a/docs/platforms/raspberry-pi.md b/docs/platforms/raspberry-pi.md index 855f053c825..7b82cb119ae 100644 --- a/docs/platforms/raspberry-pi.md +++ b/docs/platforms/raspberry-pi.md @@ -4,7 +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" +title: "Raspberry Pi (Platform)" --- # OpenClaw on Raspberry Pi diff --git a/docs/plugins/building-extensions.md b/docs/plugins/building-extensions.md index f0db0f3173f..c0dc81267cf 100644 --- a/docs/plugins/building-extensions.md +++ b/docs/plugins/building-extensions.md @@ -1,5 +1,5 @@ --- -title: "Building Plugins" +title: "Building Plugins (redirect)" summary: "Redirects to the current Building Plugins guide" read_when: - Legacy link to building-extensions diff --git a/docs/tts.md b/docs/tts.md index a527d49cc21..7409ce8b88e 100644 --- a/docs/tts.md +++ b/docs/tts.md @@ -4,7 +4,7 @@ read_when: - Enabling text-to-speech for replies - Configuring TTS providers or limits - Using /tts commands -title: "Text-to-Speech" +title: "Text-to-Speech (legacy path)" --- # Text-to-speech (TTS)