From 882fd6d0b2b70e43dab5495c6f72ef18e0a64ea6 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Tue, 17 Feb 2026 12:11:12 -0800 Subject: [PATCH] docs: add Sonnet 4.6 blog post to sidebar navigation Add link to Claude Sonnet 4.6 Day 0 support blog post in the Blog section of the documentation sidebar. --- docs/my-website/sidebars.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index e3580110bdb..f1376a46159 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -1127,6 +1127,11 @@ const sidebars = { type: "category", label: "Blog", items: [ + { + type: "link", + label: "Day 0 Support: Claude Sonnet 4.6", + href: "/blog/claude_sonnet_4_6", + }, { type: "link", label: "Incident: Broken Model Cost Map",