Commit graph

  • 4f793af53b Allow sidebar section titles to overflow Matt Ickstadt 2018-07-24 12:00:48 -05:00
  • 29b3ff14c7
    Merge pull request #719 from lucasem/patch-1 Matt Ickstadt 2018-07-24 11:09:28 -05:00
  • 0ac36f2183
    Merge pull request #690 from mattico/rustfmt Matt Ickstadt 2018-07-23 12:47:33 -05:00
  • 5835da2432 Run rustfmt Matt Ickstadt 2018-07-23 12:45:01 -05:00
  • 646e3f8fd2 Remove rustfmt.toml Matt Ickstadt 2018-07-23 12:39:18 -05:00
  • da9be67516
    Merge pull request #707 from mattico/search-index-opt Matt Ickstadt 2018-07-23 12:32:05 -05:00
  • d9dbba49ea Fix for relative paths Matt Ickstadt 2018-07-23 12:19:59 -05:00
  • 384582aeba Cleanup add_doc Matt Ickstadt 2018-06-13 15:22:41 -05:00
  • e94078cc9c Fix tests Matt Ickstadt 2018-06-13 15:15:58 -05:00
  • e1a46d213e Use JSON search index with JS fallback This allows the search index to be loaded asynchronously, and should use fewer resources as it doesn't have to execute the JS. JS loading is kept as a fallback for CORS issues with file:// URIs in Chrome. Matt Ickstadt 2018-06-13 14:51:15 -05:00
  • 62c8311301 Don't copy search js when disabled Matt Ickstadt 2018-06-13 14:18:47 -05:00
  • b8011de3e8 Warn when search index is >10MB Matt Ickstadt 2018-06-13 14:15:27 -05:00
  • 019e74041d Use integer doc_refs to shrink the search index This change reduced the searchindex.js of book_example from 508KB to 317KB. Matt Ickstadt 2018-06-13 14:09:31 -05:00
  • 8cd7061ff2 Add search.enable config field Matt Ickstadt 2018-06-13 13:11:25 -05:00
  • 96b99472fd
    Merge pull request #709 from mattico/no-playpen-no-fetch Matt Ickstadt 2018-07-23 12:06:02 -05:00
  • 4d357b6779
    Merge pull request #728 from kggp1995/master Matt Ickstadt 2018-07-23 12:01:35 -05:00
  • 1e6328c112
    Merge pull request #727 from waywardmonkeys/update-toml-query Corey Farwell 2018-07-22 17:26:16 -04:00
  • 21c24c2815
    - Fix token type Ganesh Prasad Kumble 2018-07-21 19:23:47 +05:30
  • bb8b43d396
    Merge pull request #726 from waywardmonkeys/update-elasticlunr Corey Farwell 2018-07-19 06:38:58 -04:00
  • f07e734efc Update to toml-query 0.7 Bruce Mitchener 2018-07-19 17:35:34 +07:00
  • db2c16102e Update to elasticlunr 2.3. Bruce Mitchener 2018-07-19 11:11:54 +07:00
  • cae8a8ffe2 Only fetch crates list on pages with playpens Matt Ickstadt 2018-06-14 13:09:20 -05:00
  • bdb37ec117 Use relative links and translate internal references (#603) cetra3 2018-07-11 23:33:44 +10:00
  • 01656b610f
    (cargo-release) start next development iteration 0.1.9-alpha.0 Michael Bryan 2018-07-09 18:40:43 +08:00
  • b9ff0e8a77
    (cargo-release) version 0.1.8 Michael Bryan 2018-07-09 18:39:35 +08:00
  • 0bda57175d
    Metadata for cargo-release should be in release.toml (#722) Michael Bryan 2018-07-09 18:36:55 +08:00
  • 374e1d3f94
    rustdoc codeblock hash escape Lucas Morales 2018-07-04 16:54:55 +04:00
  • 6287e6a44f
    Merge pull request #715 from fitzgen/continuous-integration-instructions Steve Klabnik 2018-07-03 10:01:19 -07:00
  • 953d3821b6
    Merge pull request #701 from kubo39/saturating_sub Corey Farwell 2018-06-27 07:40:20 -04:00
  • 488ace15ff user guide: Add instructions for running mdbook in CI Nick Fitzgerald 2018-06-22 10:30:06 -07:00
  • b452d5e0c7
    Fix different font sizes in editor and code eyenseo 2018-06-19 22:28:23 +02:00
  • 289028850f Use saturating_sub instead of checked_sub.unwrap_or Hiroki Noda 2018-06-04 01:42:09 +09:00
  • 2a55ff62f3 Recursively apply preprocessor (#682) Andrew Gauger 2018-05-20 03:36:19 -07:00
  • 6bf86806e4
    Merge pull request #691 from phansch/update_regex Mathieu David 2018-05-18 16:58:01 +02:00
  • 90bd7207ec
    Add minimum required Rust version to README Philipp Hansch 2018-05-18 09:04:41 +02:00
  • 27b29fdaf2
    Merge pull request #696 from mattico/fix-theme-dir Mathieu David 2018-05-16 21:58:41 +02:00
  • 154e0fb308 Rustfmt Matt Ickstadt 2018-05-16 12:08:23 -05:00
  • 0de177a344 Add a warning for possible theme directories which will no longer be used Matt Ickstadt 2018-05-16 12:06:55 -05:00
  • f154b2fb65
    Merge pull request #697 from mattico/fix-fontawesome-gh-pages Mathieu David 2018-05-15 23:23:09 +02:00
  • d7759fbf4d Remove underscore from FontAwesome directory Matt Ickstadt 2018-05-15 12:18:02 -05:00
  • f84e670edd Add a .nojekyll file to allow users to have other files with leading underscore names. Matt Ickstadt 2018-05-15 12:23:08 -05:00
  • 9a9c625319 Fix default theme dir selection Matt Ickstadt 2018-05-14 14:52:29 -05:00
  • b9ca108fca Support reproducible builds by forcing window.search to use stable key ordering. (#692) Tim Ryan 2018-05-14 06:22:21 -04:00
  • e99dc51fb3
    Update Regex to 1.0.0 Philipp Hansch 2018-05-13 12:35:17 +02:00
  • 7ee5b6643b
    Merge pull request #689 from gnzlbg/patch-1 Mathieu David 2018-05-10 10:31:15 +02:00
  • 42781bcd6b
    remove removed rustfmt options gnzlbg 2018-05-09 15:29:46 +02:00
  • 41d372de26 Update documentation for preprocessor (#686) Weihang Lo 2018-05-06 23:48:11 +08:00
  • 69599646e7 Add index preprocessor (#685) Weihang Lo 2018-05-04 19:41:28 +08:00
  • 69fef40e57 Improve print output (#680) Matt Ickstadt 2018-05-01 07:29:34 -05:00
  • a323620e02
    (cargo-release) start next development iteration 0.1.8-alpha.0 Michael Bryan 2018-04-23 07:42:43 +08:00
  • ea0b835b38
    (cargo-release) version 0.1.7 Michael Bryan 2018-04-23 07:41:31 +08:00
  • 58f0f3b0f2
    Merge pull request #672 from mattico/update-deps Mathieu David 2018-04-22 22:58:35 +02:00
  • e7a61efb39 Fix warning Matt Ickstadt 2018-04-22 13:01:10 -05:00
  • d48bc29373 Update dependencies Matt Ickstadt 2018-04-22 13:01:05 -05:00
  • 72f154bee4
    (cargo-release) start next development iteration 0.1.7-alpha.0 Michael Bryan 2018-04-22 00:45:07 +08:00
  • 1c71eaa964 Put the search bar into an HTML form (#669) Matt Brubeck 2018-04-21 08:27:51 -07:00
  • c195aa990d Update dependencies (#670) Matt Ickstadt 2018-04-21 10:22:05 -05:00
  • 34bdcaf8b3
    Merge pull request #660 from THeK3nger/doc-mathjax-note Mathieu David 2018-04-16 02:24:49 +02:00
  • 41399fc29c
    Revert "Fixes the search box overlapping with content when first shown (#666)" (#667) Michael Bryan 2018-04-11 10:23:56 +08:00
  • 7f82a197b9
    Fixes the search box overlapping with content when first shown (#666) Michael Bryan 2018-04-10 22:02:27 +08:00
  • 71d44933f0 Replace his with their in reference to reader (#665) Gwen Lofman 2018-04-09 19:02:53 -04:00
  • f01bf88e69 Fix several theme issues (#648) Matt Ickstadt 2018-04-08 23:10:44 -05:00
  • b5ea84c60d
    Remove unnecessary travis jobs (#664) Michael Bryan 2018-04-07 15:47:08 +08:00
  • 148c806e34 Prevent search from triggering when editing code (#653) Nils 2018-04-07 00:31:51 +02:00
  • 38279deed7 Add a note in MathJax documentation Davide Aversa 2018-04-03 10:17:06 +02:00
  • 55f7ed1c37 Replace tempdir by tempfile (#650) Bastien Orivel 2018-03-27 01:47:37 +02:00
  • eb0f7179ab Use git config to get author name in mdbook init (#649) Anders Rasmussen 2018-03-27 01:37:11 +11:00
  • 5fb3675151 Update elasticlunr-rs (#646) Matt Ickstadt 2018-03-20 07:22:35 -05:00
  • 77b4f6a940
    (cargo-release) start next development iteration 0.1.6-alpha.0 Michael Bryan 2018-03-16 07:38:05 +08:00
  • 6308da699a
    (cargo-release) version 0.1.5 Michael Bryan 2018-03-16 07:36:40 +08:00
  • 62a727c041 Fix search (#645) Guillaume Gomez 2018-03-16 00:37:08 +01:00
  • 3bc5d907f4
    Merge pull request #641 from rust-lang-nursery/pre-release Michael Bryan 2018-03-15 09:24:26 +08:00
  • 3cd12e7092
    (cargo-release) start next development iteration 0.1.5-alpha.0 Michael Bryan 2018-03-15 09:22:59 +08:00
  • c8bbfd4bc1
    (cargo-release) version 0.1.4 Michael Bryan 2018-03-15 09:21:49 +08:00
  • d48a27f94f
    Updated the appveyor CI image Michael Bryan 2018-03-15 09:19:58 +08:00
  • 8c456666ff
    Added a stability warning to the API docs Michael Bryan 2018-03-14 23:45:20 +08:00
  • 48b0f547c5
    Updated serde dependencies Michael Bryan 2018-03-14 23:37:42 +08:00
  • 867fbfec05
    Updated the call site for handlebars rendering Michael Bryan 2018-03-14 23:28:32 +08:00
  • 951c873df6
    Updated deps Michael Bryan 2018-03-11 22:26:24 +08:00
  • 4af155e963
    Exposed the sections inside a book (#642) Michael Bryan 2018-03-14 23:47:17 +08:00
  • 07719a8e0e Adding for content to book.toml on init (#627) Dylan Maccora 2018-03-15 02:27:56 +11:00
  • cc92d665ca Improve css so anchor don't go under sidebar (#638) Guillaume Gomez 2018-03-14 16:23:55 +01:00
  • b86533b2a1 pulldown-cmark updated to 0.1.2, fixmes removed, new cargo.lock generated. (#639) Pawel Duzinkiewicz 2018-03-11 15:17:38 +01:00
  • b2ad669c61 Search with Elasticlunr, updated (#604) Matt Ickstadt 2018-03-07 07:02:06 -06:00
  • bb043ef660 Add complete preprocessor example (#629) Sebastian Thiel 2018-02-24 11:14:52 +01:00
  • 82aef1bc3f fix(theme/book): Workaround focusout bug in macOS and iOS (#630) Sorin Davidoi 2018-02-24 10:23:45 +01:00
  • 38c883e1ef Changing clap settings (#624) Dylan Maccora 2018-02-18 18:10:47 +11:00
  • 8a00a004d8 Handle some cases when JavaScript is disabled (#614) Sorin Davidoi 2018-02-18 08:05:15 +01:00
  • 6af77a7792 Update documentation to reflect addition of clean subcommand. (#607) Bulat Musin 2018-02-18 10:04:04 +03:00
  • b5ca820345
    (cargo-release) start next development iteration 0.1.4-alpha.0 Michael Bryan 2018-02-16 07:47:35 +08:00
  • b765023da3
    (cargo-release) version 0.1.3 Michael Bryan 2018-02-16 07:45:52 +08:00
  • d306aed587 Accessibility improvements (#611) Sorin Davidoi 2018-02-15 00:37:19 +01:00
  • 89a5dbaf9a fix(theme/stylus/sidebar): Contain scrolling to the sidebar (#612) Sorin Davidoi 2018-02-15 00:24:39 +01:00
  • 6961247f56 Include Cargo.lock (#620) Ryan Scheel 2018-02-14 15:03:10 -08:00
  • 07551760c9 feat(theme/stylus/sidebar): Reduce padding on non-touch devices (#615) Sorin Davidoi 2018-02-14 23:59:55 +01:00
  • 990daceed5 feat(theme/book): Scroll to top when clicking the page title (#613) Sorin Davidoi 2018-02-09 11:34:18 +01:00
  • 2989096188
    Merge pull request #609 from bchatard/typo Mathieu David 2018-02-05 15:17:24 +01:00
  • 03c6c44e5b Fix typo in format configuration bchatard 2018-02-05 13:00:41 +01:00
  • 31a370d149 fix readme (#606) Ofek Lev 2018-02-04 18:11:55 -05:00
  • 0bc1030a02 implement clean subcommand (#583) Bulat Musin 2018-02-04 16:00:29 +03:00