From 3c84c669f3fbf4c2d0a08547b0eef9395885692d Mon Sep 17 00:00:00 2001 From: TechAlchemistX Date: Sat, 20 Jun 2026 19:41:55 -0400 Subject: [PATCH] docs: add MCP, OpenTelemetry, and Redaction to the reference sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit These three reference pages (reference/mcp, reference/opentelemetry, reference/redact) existed and built, but were reachable only via in-page links — they were missing from the VitePress sidebar's Reference group, so they weren't browsable from the menu. Add all three. Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/.vitepress/config.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index f72f46f..1659b87 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -118,6 +118,9 @@ export default defineConfig({ { text: 'CLI Reference', link: '/reference/cli-reference-full' }, { text: 'Configuration', link: '/reference/configuration' }, { text: 'Registry Migrate', link: '/reference/migrate' }, + { text: 'Redaction', link: '/reference/redact' }, + { text: 'MCP Server', link: '/reference/mcp' }, + { text: 'OpenTelemetry', link: '/reference/opentelemetry' }, ], }, {