Commit Graph

  • 93874edebf Add a create-missing option to book.toml. Chris Spiegel 2017-11-29 20:02:58 -0800
  • f3a0e6ab90 Merge 026eda915c into 1aa9c92ac1 Chris Spiegel 2017-11-28 04:14:06 +0000
  • 026eda915c Add support for the --no-create flag to the serve subcommand. Chris Spiegel 2017-11-27 20:08:37 -0800
  • 452b6d735e Added a default_theme placeholder DeltaManiac 2017-11-27 19:34:06 +0530
  • 1aa9c92ac1 Fix typo shan1024 2017-11-27 17:06:16 +0530
  • f80d05cfbc Fix typo shan1024 2017-11-27 17:06:16 +0530
  • 592fb17c70 Search: Add handlebars variable and do not load js libraries if search is disabled. Phaiax 2017-11-26 19:52:59 +0100
  • 0ad8535084 Search: Add config documentation. Add to contributors. Phaiax 2017-11-26 19:41:39 +0100
  • fa88440e7e Search: Fix scroll-to-top on escape (unmark). Rearrange javascript and add comments Phaiax 2017-11-26 19:05:36 +0100
  • 66ae6b6e92 Search: Update elasticlunr-rs. Remove old code. Don't generate index if search is disabled Phaiax 2017-11-21 20:28:19 +0100
  • 26e16a83eb Search: Result navigation with up/down Phaiax 2017-11-14 21:57:06 +0100
  • 4dcba1943c Search: Configuration via book.toml Phaiax 2017-11-13 22:18:13 +0100
  • 850df09670 Search: Improve search result snippets. Cancel highlight with ESC. Phaiax 2017-10-22 14:48:08 +0200
  • a198e99fa9 Search: Fine tuning * remove searchindex feature (nightly requirement of elasticlunr-rs dropped) * some documentation * refactor BookItems iterator * add iterator for parents * Include paragraph structure in hierarchy * Fix url and specialchar handling * Use complete index Phaiax 2017-10-09 13:03:21 +0200
  • aa1f02f7b2 Search: Style the other themes, emphase active header. Phaiax 2017-10-04 18:01:57 +0200
  • c487a95d24 Search: Refactor, refine history behaviour, add breadcrumbs Phaiax 2017-10-03 21:52:56 +0200
  • 379c6ff616 Search: Move results to the right, fix mobile, history handling, highlight search terms. Phaiax 2017-10-03 02:59:30 +0200
  • 18a1dc08c8 Render markdown into searchindex for elasticlunr. (feature gated because nightly requirement) Phaiax 2017-10-03 00:09:10 +0200
  • 893dc39b60 Search: Add UI, elasticlunr.js, demo by indexing current page Phaiax 2017-10-02 14:32:27 +0200
  • b1d3b967b7 Fix with .gitattributes: Git on Linux tried to autoconvert line endings for fonts and png. Phaiax 2017-10-02 10:12:59 +0200
  • 5ce05a79be updated links from azerupi to rust-lang-nursery (#489) Anna Liao 2017-11-22 03:35:18 -0700
  • 8b68df4999
    Merge branch 'master' into issue485-updating-links Michał Budzyński 2017-11-22 11:34:56 +0100
  • 491972ebb8
    Merge branch 'master' into issue485-updating-links Michael Bryan 2017-11-22 14:16:44 +0800
  • c51e080783
    Update broken doc link Aaron Turon 2017-11-21 20:32:08 -0800
  • a48c2954ee Merge b12f3b576b into dd5d94393d Devin Lehmacher 2017-11-22 02:24:35 +0000
  • b12f3b576b rename paths with azerupi to rust-lang-nursery Devin Lehmacher 2017-11-21 21:13:33 -0500
  • 09ef4b9f04 updated links from azerupi to rust-lang-nursery Anna Liao 2017-11-17 14:41:36 -0700
  • 3707e33c26 Merge 1c6f972765 into dd5d94393d Steve Klabnik 2017-11-19 01:10:22 +0000
  • dd5d94393d
    Fixed the OSX/beta travis builds (#492) Michael Bryan 2017-11-19 01:12:25 +0800
  • 0e1bcc5057
    Disabled the beta travis build Michael Bryan 2017-11-19 00:59:41 +0800
  • 46a4a1b07e
    Added a couple debug commands to the travis build Michael Bryan 2017-11-18 23:03:23 +0800
  • 3d5eb48e32 Refactor navigation helpers (#465) Jacob Wahlgren 2017-11-18 12:17:26 +0100
  • d56ff94ce6
    Regression tests (#422) Michael Bryan 2017-11-16 15:51:12 +0800
  • 6071f7bcf5 Change io::Error::new to chain_err() Jacob Wahlgren 2017-11-15 12:32:18 +0100
  • 24c988a6d2 Remove unnecessary &s Jacob Wahlgren 2017-11-15 12:29:18 +0100
  • 07e6eb8be4 Add toc html test Jacob Wahlgren 2017-11-15 00:45:53 +0100
  • f96b5f5374 Refactor toc node creation Jacob Wahlgren 2017-11-14 23:42:51 +0100
  • 38091a491b Add toc json test Jacob Wahlgren 2017-11-14 23:29:41 +0100
  • 6af206a3c4 Refactor creating toc json structure Jacob Wahlgren 2017-11-14 22:33:59 +0100
  • 5dbd4a5edf Refactor toc::link Jacob Wahlgren 2017-11-14 17:06:49 +0100
  • c6414aa3d7 Refactor active_link Jacob Wahlgren 2017-11-14 16:56:14 +0100
  • 07faefdb82 Refactor make_chapters Jacob Wahlgren 2017-11-14 16:37:19 +0100
  • 967a95a1ed Rustfmt toc_json and navigation Jacob Wahlgren 2017-10-08 21:48:14 +0200
  • e448c80f6a navigation: use toc instead of chapters Jacob Wahlgren 2017-10-08 21:21:05 +0200
  • 151d8bec52 Use template for TOC Jacob Wahlgren 2017-10-08 18:06:18 +0200
  • 2a1ae82022
    Replaced a file open/read with file_to_string Michael Bryan 2017-11-14 19:36:54 +0800
  • 65191c3e21
    Addressed the rest of @budziq's review Michael Bryan 2017-11-14 19:22:29 +0800
  • 1bcd91429d
    Made sure test mocks return errors instead of panicking Michael Bryan 2017-11-14 19:17:19 +0800
  • 6ca14cc805 Add more next/previous tests Jacob Wahlgren 2017-11-13 22:39:33 +0100
  • 7ffb4abee7 Test next and previous navigation helpers Jacob Wahlgren 2017-11-13 21:11:51 +0100
  • 31982bc876 Target::find: take previous_item by reference Jacob Wahlgren 2017-11-13 15:48:13 +0100
  • 4266a93c86
    Pinned a `*` dependency to use a particular version Michael Bryan 2017-11-12 23:02:12 +0800
  • fb99276f52
    Merge pull request #457 from Michael-F-Bryan/config Michael Bryan 2017-11-12 21:47:10 +0800
  • 5eff572dbb
    Updated the warning to give some basic migration instructions Michael Bryan 2017-11-12 21:26:59 +0800
  • 238dfb7d1d
    Added in legacy config format support Michael Bryan 2017-11-12 21:00:18 +0800
  • c777913136
    Updated the configuration chapter in the book-example Michael Bryan 2017-11-12 03:35:10 +0800
  • c25c5d72c8
    Went back and simplified Config to be a smart wrapper around toml::Table Michael Bryan 2017-11-12 02:03:28 +0800
  • 3aa6436679
    Added in things from @Phaiax's review Michael Bryan 2017-10-16 20:47:22 +0800
  • d37821c194
    Rebased after #438 Michael Bryan 2017-10-04 19:55:21 +0800
  • 1b5137c84e
    All tests pass again :) Michael Bryan 2017-09-30 22:16:18 +0800
  • 18c725ee12
    Integration tests pass again Michael Bryan 2017-09-30 22:11:47 +0800
  • 1743f2a39f
    Removed the now redundant config files Michael Bryan 2017-09-30 21:56:22 +0800
  • cee3296a32
    main library tests pass Michael Bryan 2017-09-30 21:54:25 +0800
  • ddb0834da8
    Upgraded binaries to new configuration API Michael Bryan 2017-09-30 21:44:25 +0800
  • b74c2c18ef
    Removed all references to old the configuration from the html renderer Michael Bryan 2017-09-30 21:36:03 +0800
  • c056b5cbd0
    Removed old configs from MDBook Michael Bryan 2017-09-30 21:13:00 +0800
  • 8d7970b32d
    Changed to the new config types Michael Bryan 2017-09-30 21:04:05 +0800
  • 1d22a9a040
    Added some basic deserializing tests and helpers Michael Bryan 2017-09-30 20:34:27 +0800
  • 6059883229
    Added some basic configuration objects Michael Bryan 2017-09-30 20:11:24 +0800
  • 1c6f972765
    Fix URL in Cargo.toml Steve Klabnik 2017-11-12 07:49:45 -0500
  • f8a3382ddd
    Regression tests now pass again! Michael Bryan 2017-11-12 02:39:57 +0800
  • d86f9602d2
    Removed the include_str!() stuff and use just the dummy book for testing Michael Bryan 2017-11-12 02:34:26 +0800
  • dc9c1c97b3
    Fixed some bitrot and removed the (now redundant) tests/helper module Michael Bryan 2017-09-15 00:48:46 +0800
  • d11e3f62fc
    Refactoring to make the test more readable Michael Bryan 2017-09-03 17:11:47 +0800
  • 95609cffda
    Created regression tests for the table of contents Michael Bryan 2017-09-03 16:26:18 +0800
  • 8960013322 Fix copy to clipboard is available only for rust snippets Bartłomiej T. Listwon 2017-09-18 20:55:59 +0200
  • 79dd03e8e9
    Merge pull request #471 from stgn/theme-popup-absolute Michael Bryan 2017-11-10 13:31:12 +0800
  • 0d8048ca34 can run tests of code block François Mockers 2017-10-28 18:16:03 +0200
  • aecc403fb8 add tooltip to icons (#477) François 2017-10-27 14:46:55 +0200
  • 59cfe4f876 tooltips for previous/next chapter links François Mockers 2017-10-27 11:12:00 +0200
  • 933efd842a add tooltip to icons François Mockers 2017-10-27 09:43:07 +0200
  • 6e4d2485c3 Basic swipe gesture functionality for opening/closing sidebar Shane Nelson 2017-10-23 20:31:56 -0400
  • cd711bfb1c Merge pull request #456 from Michael-F-Bryan/conditional-ga Mathieu David 2017-10-18 14:10:53 +0200
  • afd9ccb7b1 Merge pull request #461 from Michael-F-Bryan/move-custom-js Mathieu David 2017-10-18 14:09:14 +0200
  • cb5ae21b89 Merge pull request #469 from jacwah/ignore Mathieu David 2017-10-18 14:07:10 +0200
  • dd3bef8000 Use absolute positioning for theme popup Shane Nelson 2017-10-16 21:40:32 -0400
  • 7e5892bd35 Ignore unhelpful clippy warning Jacob Wahlgren 2017-10-12 22:14:48 +0200
  • 56cee872e8 Box Handlebars template error Jacob Wahlgren 2017-10-12 21:50:33 +0200
  • a554390aa2 Slightly cleaned up the google analytics tag (skip ci) Michael Bryan 2017-10-09 09:52:22 +0800
  • c64384abc3 Merge pull request #462 from Michael-F-Bryan/update-contributors Mathieu David 2017-10-08 16:07:19 +0200
  • d895b3ef6a Merge d7e92e2513 into ba7d40284b dns2utf8 2017-10-08 14:07:03 +0000
  • ba7d40284b Merge pull request #466 from jacwah/lints Mathieu David 2017-10-08 16:06:39 +0200
  • 8f6523a94c Fix some clippy warnings Jacob Wahlgren 2017-10-07 18:11:05 +0200
  • f0435ac0ee Refactor navigation helpers Jacob Wahlgren 2017-10-06 23:37:20 +0200
  • 8fbc59720d Added myself to the contributors list Michael Bryan 2017-10-04 20:04:13 +0800
  • ac9c150902 Moved custom JS to the bottom Michael Bryan 2017-10-04 19:59:10 +0800
  • f2e56c887b Got the logic around the wrong way Michael Bryan 2017-09-30 17:17:01 +0800
  • b4a12fa723 Made sure google analytics isn't included when inspecting locally Michael Bryan 2017-09-30 17:06:30 +0800
  • 382fc4139b run rustfmt on the repository #398(Updated) (#438) Pratik Karki 2017-10-03 17:25:23 +0545
  • 7aa69323f2 Merge e9370c9169 into b45e5e4420 Michael Bryan 2017-10-02 13:15:37 +0000