Being able to have links when navigating (edge)api.rubyonrails.org
Right now I go to any class and the URL doesn't change (e.g. it just reloads a frame).
What's annoying is that Chrome doesn't have the "Show frame" context menu either anymore.
So in order to be share a link one way is to go to a page that links to the target page and open the target page in a new tab (it will lose the tree view though).
I'm pretty sure pushState in JS can solve this.
(Sorry, it looks like it's a very simple issue but I don't want to implement it before knowing it would be accepted)
It would be awesome if you could open a PR for it.
Let's consider https://github.com/rails/rails/pull/36011 too.
This is fixed btw. (rails/sdoc#137)