| Age | Commit message (Collapse) | Author | Lines |
|
|
|
to add bigger margin
|
|
beautiful with more space and colors, added some style to the code blocks
|
|
|
|
Tested on:
* Safari on OSX
* Firefox on OSX
|
|
Added javascript code to insert next/prev links in the rust book.
Related Issue - https://github.com/rust-lang/rust/issues/20835
|
|
book.
|
|
This change permits native momentum scrolling in Safari on iOS in the book.
|
|
|
|
|
|
The URL previously caused the book to require an internet connection to
get the full styling, this should mean no internet is required.
|
|
This pulls all of our long-form documentation into a single document,
nicknamed "the book" and formally titled "The Rust Programming
Language."
A few things motivated this change:
* People knew of The Guide, but not the individual Guides. This merges
them together, helping discoverability.
* You can get all of Rust's longform documentation in one place, which
is nice.
* We now have rustbook in-tree, which can generate this kind of
documentation. While its style is basic, the general idea is much
better: a table of contents on the left-hand side.
* Rather than a almost 10,000-line guide.md, there are now smaller files
per section.
|