useTheme({
request: {
// Set the default schema view.
defaultView: 'schema', // schema or contentType
},
});
to set the default view to schema but this does not work
Desired behavior
No response
Reproduction
No response
Steps to reproduce
git clone https://github.com/wighawag/fuzd.git
cd fuzd
git checkout feat/vitepress-openapi
pnpm i
pnpm docs:dev
# navigate to http://localhost:5173/api-all-in-one/
# it still use JSON as default view
Hi @wighawag , before it was request, but then I changed it to requestBody and forget to update docs. It's now fixed, and I see it working fine in StackBlitz.
Current behavior
I am using
to set the default view to schema but this does not work
Desired behavior
No response
Reproduction
No response
Steps to reproduce
Logs and Error Messages
No response
Other Information
No response