-
-
Notifications
You must be signed in to change notification settings - Fork 149
Open
Labels
Description
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