From dba29de2a75c5082eafb8972222f99b29aacc566 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 24 Oct 2025 18:07:13 -0400 Subject: [PATCH] fix: remove unused background colors and tabs from documentation configuration --- docs/docs.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/docs/docs.json b/docs/docs.json index fb84ab27..2f7e5d48 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -10,11 +10,7 @@ "colors": { "primary": "#3B82F6", "light": "#EFF6FF", - "dark": "#1E40AF", - "background": { - "dark": "#0F172A", - "light": "#FFFFFF" - } + "dark": "#1E40AF" }, "topbarLinks": [ { @@ -26,16 +22,6 @@ "name": "Install", "url": "https://github.com/thedotmack/claude-mem#quick-start" }, - "tabs": [ - { - "name": "Documentation", - "url": "/" - }, - { - "name": "Architecture", - "url": "/architecture" - } - ], "navigation": [ { "group": "Get Started",