Ankit Dash
Ankit Dash
**Description** On entering the URL on the search bar, the user correctly gets navigated to the relevant category. **After the fix** https://github.com/asyncapi/website/assets/100564488/37442130-c755-4ff2-a8aa-d96c0291baa3 **Related issue(s)** Fixes #2181
#### Describe the bug When we have a long AsyncAPI doc and if we try to share it via the copied URL it gives HTTP 414 Error code which translates...
# Use API as a common term to avoid confusion between the terms API and application. To remove confusion between the usage of the terms API and application. **Related issue(s):**...
**Description** Fix broken links to the documentation including the additional ones not included in the issue mentioned below. **Related issue(s)** Fixes #1184
### Validations - [X] I believe this is a way to improve. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [X] I'm not able to find an [open...
**Description** Now the ``disableOptimizationFor`` parameter can also be provided in the optimized document. **Related issue(s)** Fixes #1432
This PR addresses the issue mentioned in [#224](https://github.com/asyncapi/studio/issues/224). I have added the following features in this PR. - The studio version I am testing on is hosted here: [https://studio-studio-next.vercel.app](https://studio-studio-next.vercel.app). (I...
### Is your feature request related to a problem? As of 2024, most developers have been using React's functional components instead of Class-based components. Hence understanding the documentation of the...
The PR closes #1191. Changes made: - [x] Refactor the web socket server to allow white-spaced objects as keys and values. - [x] Added tests for the same.