rust-lang / prev.rust-lang.org

The previous Rust website. The current website's code is at https://github.com/rust-lang/www.rust-lang.org.
https://prev.rust-lang.org
Apache License 2.0
153 stars 340 forks source link

Standard library docs are below the fold #1256

Closed Aaron1011 closed 4 years ago

Aaron1011 commented 5 years ago

The Learn Rust page doesn't show a link to the standard library docs when initially viewed by the user. Instead, the user must scroll down to find the (much less prominently displayed) button labeled 'The Standard Library'

I would argue that the standard library docs are a core part of 'Get(ting) started with Rust'. When I was first learning Rust, I constantly referred back to the standard library documentation to see examples for important types like Vec, Option, Cell, and RefCell.

Aaron1011 commented 4 years ago

I accidentally opened this on the wrong repository. Closing in favor of https://github.com/rust-lang/www.rust-lang.org/issues/912