From 8d988d6b082c16a9cbfea6ea7f795fb9d3e8fe75 Mon Sep 17 00:00:00 2001 From: Anso Date: Tue, 31 Mar 2026 18:57:38 -0400 Subject: [PATCH] docs: disable API playground for self-hosted compatibility (#295) Sencho is self-hosted so the Mintlify "Try it" playground can never reach a user's instance (CORS + localhost). Switch to "simple" mode which keeps the endpoint URL/method as a copyable reference without the misleading Send button. --- docs/docs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index d56ac36b..0f402768 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -71,6 +71,9 @@ "auth": { "method": "bearer", "name": "Authorization" + }, + "playground": { + "display": "simple" } }, "navigation": {