From cb81b2cb5ec44e2b9d3372f5576abc46e66de9e8 Mon Sep 17 00:00:00 2001 From: tac0turtle Date: Mon, 26 Jan 2026 14:35:48 +0100 Subject: [PATCH] fix(docs): remove blog link from sidebar to fix 404 The Blog section in the sidebar referenced /blog/overview but the blog directory was never created. Comment out the sidebar entry to match the already-commented nav entry. Co-Authored-By: Claude Opus 4.5 --- docs/.vitepress/config.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 6e85cc62d0..f7e631f71c 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -323,11 +323,11 @@ function sidebarHome() { }, ], }, - { - text: "Blog", - collapsed: true, - items: [{ text: "Overview", link: "/blog/overview" }], - }, + // { + // text: "Blog", + // collapsed: true, + // items: [{ text: "Overview", link: "/blog/overview" }], + // }, { text: "API Documentation", collapsed: true,