diff --git a/README.md b/README.md index 7b4b80f63b..858efc2201 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ If you'd like to read it locally, [install Rust], and then: ```bash $ git clone https://github.com/rust-lang/rust-by-example $ cd rust-by-example -$ cargo install mdbook --version ^0.1 --force +$ cargo install mdbook --version ^0.2 --force $ mdbook build $ mdbook serve ``` diff --git a/theme/index.hbs b/theme/index.hbs deleted file mode 100644 index 89dfaaa45b..0000000000 --- a/theme/index.hbs +++ /dev/null @@ -1,184 +0,0 @@ - - - - - {{ title }} - - - - - - - - - - - - - - - - - - - - - {{#each additional_css}} - - {{/each}} - - {{#if mathjax_support}} - - - {{/if}} - - - - - - - - - - - - - - {{#each additional_js}} - - {{/each}} - - - - - - - - - - - -
- -
- - -
- {{{ content }}} -
- - - {{#previous}} - - {{/previous}} - - {{#next}} - - {{/next}} - -
- - {{#previous}} - - {{/previous}} - - {{#next}} - - {{/next}} - -
- - - - - - - {{{livereload}}} - - {{#if google_analytics}} - - {{/if}} - - {{#if playpens_editable}} - - - - - - {{/if}} - - {{#if is_print}} - - {{/if}} - - - - -