fix(docs): keep dark mode strict appearance

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Nicholas Kissel 2026-03-24 21:33:10 -07:00
parent 927e77c7e2
commit 32713ff453

View file

@ -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",