Skip to content

Commit 0ae8367

Browse files
committed
fix(docs): drop openapi: from Trading + Orders & Positions groups
The shadow MDX pages array already enumerates the toggle pages; the openapi: spec reference was causing Mintlify to auto-inject every operation in openapi.json under those groups, polluting the sidebar with 'API Reference / Local Only / Hosted / Data Feeds' sub-groups below the 11 shadow MDX pages.
1 parent 4d9c6dc commit 0ae8367

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/docs.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,7 @@
176176
"api-reference/buildOrder",
177177
"api-reference/submitOrder",
178178
"api-reference/cancelOrder"
179-
],
180-
"openapi": "api-reference/openapi.json"
179+
]
181180
},
182181
{
183182
"group": "Orders & Positions",
@@ -189,8 +188,7 @@
189188
"api-reference/fetchAllOrders",
190189
"api-reference/fetchPositions",
191190
"api-reference/fetchBalance"
192-
],
193-
"openapi": "api-reference/openapi.json"
191+
]
194192
},
195193
{
196194
"group": "Realtime",

0 commit comments

Comments
 (0)