Why dosent the navbar link to the doucmentation in the bootstrap documentation automatically redirect to the getting started page
Created by: jeffreymeng
When you click on the documentation
link in the Bootstrap documentation navbar you get sent to https://getbootstrap.com/docs/4.0/
.
That page, in turn, takes about 1/3 of a second to redirect you to https://getbootstrap.com/docs/4.0/getting-started/introduction/
. Why not just directly redirect to the page, making a (slightly) better UI?
Also, on the getting started page, maybe you could automatically focus on the search bar so users who want to directly search can have a easier time?
If there's an obvious reason as to why these aren't already there, sorry, but it seems like these two changes would make it (a little) faster to navigate the Bootstrap documentation.