From 9439d633efab6f14c5e219f0a710456a1797c734 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Fri, 24 Apr 2026 10:53:23 -0700 Subject: [PATCH] docs(nav): surface orphan pages in sidebar (message-presentation, skill-workshop, qa-e2e-automation, proxy, gpt54-codex-agentic-parity) --- docs/docs.json | 10 ++++++++-- docs/providers/gradium.md | 2 -- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index e90ec56b2a5..2f3469366e1 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1092,7 +1092,8 @@ "concepts/soul", "concepts/oauth", "start/bootstrapping", - "concepts/experimental-features" + "concepts/experimental-features", + "concepts/qa-e2e-automation" ] }, { @@ -1153,6 +1154,8 @@ "plugins/webhooks", "plugins/voice-call", "plugins/memory-wiki", + "plugins/message-presentation", + "plugins/skill-workshop", "plugins/zalouser", { "group": "Building plugins", @@ -1596,6 +1599,7 @@ "cli/dns", "cli/docs", "cli/mcp", + "cli/proxy", "cli/wiki" ] } @@ -1642,7 +1646,9 @@ "concepts/markdown-formatting", "concepts/typing-indicators", "concepts/usage-tracking", - "concepts/timezone" + "concepts/timezone", + "help/gpt54-codex-agentic-parity", + "help/gpt54-codex-agentic-parity-maintainers" ] }, { diff --git a/docs/providers/gradium.md b/docs/providers/gradium.md index 527a053baa1..61efdcc6b19 100644 --- a/docs/providers/gradium.md +++ b/docs/providers/gradium.md @@ -6,8 +6,6 @@ read_when: title: "Gradium" --- -# Gradium - Gradium is a bundled text-to-speech provider for OpenClaw. It can generate normal audio replies, voice-note-compatible Opus output, and 8 kHz u-law audio for telephony surfaces. ## Setup