diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index f706f19..1f4a377 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -13,7 +13,9 @@ export default { spec, config: { schemaDefaultView: "schema", - showTryButton: false, + operation: { + hiddenSlots: ["playground"], + }, }, }); theme.enhanceApp({ app });