boto / boto3

AWS SDK for Python
https://aws.amazon.com/sdk-for-python/
Apache License 2.0
8.93k stars 1.86k forks source link

Preserve the left navigation scroll position in the docs #3695

Open trav-c opened 1 year ago

trav-c commented 1 year ago

Describe the issue

When navigating to a new entry in the left nav menu the menu is reset to the top of the page every time. For example if you open the 'Available Services' category and scroll down then click on an entry, the nav menu is scrolled back to the top each time, which makes navigating the service listing somewhat frustrating.

I would suggest that ideally the navigation scroll position should just remain where it is when navigating between entries, but failing that it should at least jump to a location where the select page is visible.

Links

https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/ec2.html

tim-finnigan commented 1 year ago

Thanks @trav-c for this suggestion, I also think this would be a nice improvement. I'll also link a somewhat related feature request I created recently: https://github.com/boto/boto3/issues/3692. I think both the request here and in https://github.com/boto/boto3/issues/3692 would help with navigating between services/commands.