-
-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Server anchor navigation url parameter problem #1124
Comments
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. |
Greetings @Fabi-02 and mentors, |
I want to work on this issue . @afraazali001 can we colab ? |
@Fabi-02 @afraazali001 |
@afraazali001 @itsmanasdash, still interested in raising a PR for this issue? |
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: