Steven Serrata
Steven Serrata
Ok, swizzling support is now available for preview using canary release `0.0.0-518`.
Was able to put together a quick demo using the Petstore webhook example: https://user-images.githubusercontent.com/9343811/208717991-ae9daff1-8873-4eda-a9f8-07777683f0ab.mov I tried to mirror Redoc's implementation as closely as possible: https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/PaloAltoNetworks/docusaurus-openapi-docs/main/demo/examples/petstore.yaml#tag/pet/operation/newPet
Here's a link to a preview: https://docusaurus-openapi-36b86--pr370-m1d73twc.web.app/petstore/new-pet Appreciate any feedback. It seems very similar to how we handle non-webhook operations but I'd like to make sure we aren't missing anything...
Currently working on designing and updating the ISSUE templates for: - bug - feature request - documentation Unfortunately there are no suitable topics for a project that doesn't perfectly map...
Introduced in #476
For what it's worth, I was able to import an entire operation as an MDX partial, but it includes both the ApiItem and the ApiDemoPanel sections. To your knowledge, is...
Disregard, after further testing it also works simply by including the `api` frontmatter and using `ApiItem` to render the doc. That said, we'll need to think more about how to...
Hi @benlei, thanks for the suggestion. It's been tough to reproduce this particular issue, hence why we haven't been able to address it yet. Can you try applying `scrollbar-width: none`...
@blindaa121 any thoughts on using `scrollbar-width: none`?
This should be addressed in v2.0.0-beta.1 but would appreciate if someone could help test. Thanks!