mirror of
https://github.com/Studio-Saelix/sencho.git
synced 2026-08-29 11:47:01 +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": {
|
"auth": {
|
||||||
"method": "bearer",
|
"method": "bearer",
|
||||||
"name": "Authorization"
|
"name": "Authorization"
|
||||||
|
},
|
||||||
|
"playground": {
|
||||||
|
"display": "simple"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"navigation": {
|
"navigation": {
|
||||||
|
|||||||
Reference in New Issue
Block a user