Description
Design Feature Request
Summary
The Learn Rust should display a link to the standard library docs above the fold - that is, immediately visible to the user when the page loads. Currently, the standard library docs link is below the fold, requiring the user to scroll down to view it.
Motivation
The standard library docs are a core part of 'Get(ting) started with Rust' New users will benefit by having a more easily accessible link to the standard library docs.
Drawbacks
This will require us to have four buttons under the Get started with rust
heading instead of three, which might be undesirable.
Rationale and alternatives
We could leave the page as it is - this will make it slightly harder for users to find the standard library docs.
Maintenance
This simply moves around a link and scription on a page, so it should impose no additional maintnance burden.
Unresolved Questions
Should we reword 'Comprehensive guide to the Rust standard library APIs' to better fit with the style of the other items under Getting started with rust
?