From c16f453017ee993fa8c1adbb6a7b3ef9e5a3a327 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 24 Oct 2025 18:05:35 -0400 Subject: [PATCH] fix: add missing theme property in documentation configuration --- docs/docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs.json b/docs/docs.json index ecf8d7be..fb84ab27 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -1,6 +1,7 @@ { "$schema": "https://mintlify.com/schema.json", "name": "Claude-Mem", + "theme": "mint", "logo": { "dark": "/logo/dark.svg", "light": "/logo/light.svg"