summary refs log tree commit diff
path: root/src/rustbook/javascript.rs
AgeCommit message (Collapse)AuthorLines
2015-06-24separate css and js from rustMathieu David-61/+1
2015-06-24Add class to last paragraph that contains next and previous navigation links ↵Mathieu David-0/+1
to add bigger margin
2015-06-12Convert playpen.js to plain JS.Nick Howell-1/+0
It is still compatible with IE9+. This removes the jQuery dependency from the "Book" entirely.
2015-04-25rustbook: Fixes display of navigation links in README.html.Johannes Oertel-1/+1
2015-04-07book: Emit links to play.rust-lang.org to run examplesAlex Crichton-0/+2
Had to fix a bug in `--markdown-playground-url` for markdown files in rustdoc as well as adding some necessary JS to the rustbook output as well. Closes #21553
2015-02-04Fix for misspelled comments.Joseph Crail-1/+1
The spelling corrections were made in both documentation comments and regular comments.
2015-01-22add next/prev section links in the book -- using jsjatinn-0/+31
2015-01-13Make the Rust Book more mobile friendlySeth Faxon-0/+43