mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-07-26 11:49:16 +00:00
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:
@@ -71,6 +71,9 @@
|
||||
"auth": {
|
||||
"method": "bearer",
|
||||
"name": "Authorization"
|
||||
},
|
||||
"playground": {
|
||||
"display": "simple"
|
||||
}
|
||||
},
|
||||
"navigation": {
|
||||
|
||||
Reference in New Issue
Block a user