You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@Fabi-02@afraazali001
In this organization, issues are not assigned as it can be blocking. Feel free to raise a PR directly when you have a fix ready 😃.
Related pull request: #1098
Related issue: #1097
Description
I'm generating my documentation dynamically based on a URL parameter.
The URL looks like: http://localhost/async_docs?test=1234
Now I click on a server link in the "Available only on servers" section.
Expected result
Navigating to
/async_docs?test=1234#server-broker
Actual result
Navigating to
/async_docs#server-broker
> The URL parameters are ignored
Steps to reproduce
See the description
Troubleshooting
Looked at the source code and found #1098
The text was updated successfully, but these errors were encountered: