From 32713ff453559bb1d07e688a9811c392c1986196 Mon Sep 17 00:00:00 2001 From: Nicholas Kissel Date: Tue, 24 Mar 2026 21:33:10 -0700 Subject: [PATCH] fix(docs): keep dark mode strict appearance Co-Authored-By: Claude Opus 4.6 --- docs/docs.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index 1617044..8b0f858 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -2,6 +2,10 @@ "$schema": "https://mintlify.com/docs.json", "theme": "willow", "name": "Sandbox Agent SDK", + "appearance": { + "default": "dark", + "strict": true + }, "colors": { "primary": "#ff4f00", "light": "#ff6a2a",