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.
This commit is contained in:
Anso
2026-03-31 18:57:38 -04:00
committed by GitHub
parent eae83c997b
commit 8d988d6b08
+3
View File
@@ -71,6 +71,9 @@
"auth": {
"method": "bearer",
"name": "Authorization"
},
"playground": {
"display": "simple"
}
},
"navigation": {