Commit Graph

  • 7c81335c9a Use <button> for menu bar (#523) Mario Nebl 2018-01-04 10:19:20 +01:00
  • e74c376833 You need to call rx.iter() to iterate over events from a channel (#522) Michael Bryan 2018-01-03 19:32:49 +08:00
  • 6ba0162ff7 Merge pull request #519 from Michael-F-Bryan/rollback-iron-version Michael Bryan 2018-01-02 23:27:21 +08:00
  • b5382f49c6 Merge pull request #474 from stgn/sidebar-swipe Michael Bryan 2018-01-02 22:10:30 +08:00
  • daade63c27 Rolls back the Iron version due to issues with staticfile Michael Bryan 2018-01-02 22:02:34 +08:00
  • 9480ac0ea6 All git commands in github_pages.sh are now --quiet Michael Bryan 2017-12-30 23:31:32 +08:00
  • 65900b87e6 Use cargo run for github pages instead of hard-coding the binary path Michael Bryan 2017-12-30 21:47:53 +08:00
  • d4a5176f26 Forgot to install npm deps globally in #516 Michael Bryan 2017-12-30 20:23:06 +08:00
  • c721ba82b2 Update travis CI (#516) Michael Bryan 2017-12-30 19:15:17 +08:00
  • bd134fbaa4 Merge pull request #517 from Michael-F-Bryan/update-deps Michael Bryan 2017-12-30 19:05:46 +08:00
  • cba16a0083 Updated dependencies and made logging more readable Michael Bryan 2017-12-30 18:43:46 +08:00
  • 549a9ffd54 Merge pull request #470 from stgn/sidebar-page-ux Michael Bryan 2017-12-30 16:15:50 +08:00
  • 06c9d67e75 Merge pull request #515 from jridgewell/playpen-default Michael Bryan 2017-12-21 14:36:09 +08:00
  • 61356ce5fe Implement playpen defaults Justin Ridgewell 2017-12-21 00:18:12 -05:00
  • 31fb443562 Cleanup and various fixes Shane Nelson 2017-12-18 00:14:25 -05:00
  • a2759b7bd2 Prevent horizontal scroll on mobile browsers if page wrapper is pushed off-screen Shane Nelson 2017-10-13 19:09:28 -04:00
  • 71689da6b1 Force hidden sidebar on load for screen widths smaller than sidebar plus content and simplify styles Shane Nelson 2017-10-13 18:25:12 -04:00
  • 6e90e520d6 Avoid resizing page/content on sidebar toggle Shane Nelson 2017-12-17 22:53:25 -05:00
  • 65acb355d7 Merge pull request #513 from Michael-F-Bryan/error-messages Michael Bryan 2017-12-14 20:28:28 +11:00
  • 89eff2d824 Added better error messages for missing CSS/JS Michael Bryan 2017-12-14 20:03:17 +11:00
  • a280a3003b Merge pull request #447 from Listwon/clipboard Michael Bryan 2017-12-13 14:32:41 +11:00
  • cb6f2289cf Merge pull request #510 from Michael-F-Bryan/book-json-warning Michael Bryan 2017-12-13 13:18:51 +11:00
  • 396426662d Made mdbook watch and mdbook serve rebuild the book again (#508) Michael Bryan 2017-12-13 12:04:24 +11:00
  • 718d251c7f Added a warning if people use the book.json config file Michael Bryan 2017-12-13 11:55:37 +11:00
  • d69bc9c7c3 Merge pull request #491 from Michael-F-Bryan/book-representation-3 Michael Bryan 2017-12-12 19:24:13 +11:00
  • a46e2e2b27 Merge branch 'master' into book-representation-3 Michael Bryan 2017-12-11 19:06:09 +11:00
  • 75dac15f09 Fixed a couple issues with the docs Michael Bryan 2017-12-11 18:50:31 +11:00
  • 5041359817 Updated the pulldown-cmark patch in Cargo.toml Michael Bryan 2017-12-11 17:36:13 +11:00
  • ff9e0b0add Made sure create_missing also creates the parent directory Michael Bryan 2017-12-11 17:29:32 +11:00
  • 148511eceb Able to parse all existing SUMMARY.md files Michael Bryan 2017-12-11 17:20:05 +11:00
  • f5e9b857de Rewrote summary parser from a state machine to use recursive descent Michael Bryan 2017-12-11 15:17:20 +11:00
  • 4f4e86db3a Added tests to make sure we parse existing SUMMARY.md's Michael Bryan 2017-12-11 12:26:11 +11:00
  • ebcf41c25b Improved error messages using error_chain::ChainedError::display_chain() Michael Bryan 2017-12-11 11:42:36 +11:00
  • 1b51cd244e Moved the book examples to the top level lib.rs Michael Bryan 2017-12-11 11:29:30 +11:00
  • be4654c9c2 Fleshed out the docs for the book module Michael Bryan 2017-12-11 11:24:43 +11:00
  • ace0b51fb6 Put the create_missing feature back in Michael Bryan 2017-12-11 10:32:35 +11:00
  • 9950f69c48 Removed the MDBook::read_config() method because it's redundant now Michael Bryan 2017-12-10 23:13:46 +11:00
  • 12d1ed5558 The example book renders correctly Michael Bryan 2017-12-04 15:38:57 +08:00
  • 751da4f05f Added a test to make sure you can include rust files in chapters Michael Bryan 2017-11-18 23:21:59 +08:00
  • 527fc5cf79 Completely removed the create_missing option from MDBook Michael Bryan 2017-11-18 22:59:45 +08:00
  • f993677626 All tests finally pass! Michael Bryan 2017-11-18 22:16:35 +08:00
  • 21498631b3 Made sure the dummy book can build Michael Bryan 2017-11-18 22:07:08 +08:00
  • 8b21da9950 Fleshed out book creation Michael Bryan 2017-11-18 21:22:30 +08:00
  • 47eb4788cb Introduced the BookBuilder. Michael Bryan 2017-11-18 20:41:04 +08:00
  • cafb8b75e7 The library not compiles (probably completely broken) Michael Bryan 2017-11-18 20:01:50 +08:00
  • 4c6c696c87 Copied across the summary parser and Book structure (doesn't compile) Michael Bryan 2017-11-18 19:50:47 +08:00
  • 3838fa0e68 Merge pull request #501 from lifta42/master Michael Bryan 2017-12-10 22:34:09 +11:00
  • 4619ab60b0 (cargo-release) start next development iteration 0.0.29-alpha.0 Michael Bryan 2017-12-09 21:26:12 +11:00
  • 2a5409db20 (cargo-release) version 0.0.28 0.0.28 Michael Bryan 2017-12-09 21:23:44 +11:00
  • dc89a82329 Merge pull request #506 from Michael-F-Bryan/quickfix Michael Bryan 2017-12-09 21:18:34 +11:00
  • 42ff5a895c Added a test to make sure book.toml isn't required Michael Bryan 2017-12-09 20:46:39 +11:00
  • 8ee795045a Added a quick fix so if the config isn't found we use a default Michael Bryan 2017-12-09 20:36:23 +11:00
  • f22835f7bc (cargo-release) start next development iteration 0.0.28-alpha.0 Michael Bryan 2017-12-07 21:40:45 +11:00
  • 1f84f66041 Bumped the version number in preparation for the next release 0.0.27 Michael Bryan 2017-12-07 21:35:50 +11:00
  • 9143110a43 Optimized the stylesheet for better performance lifta42 2017-12-06 16:20:22 +08:00
  • e735bc6d3e Merge pull request #500 from cspiegel/create-missing Michael Bryan 2017-12-06 00:30:49 +08:00
  • 803df90efa Add tests to check create-missing. Chris Spiegel 2017-12-02 22:53:05 -08:00
  • 3b136689ee Fix a CSS bug to show arrow properly lifta42 2017-12-02 14:25:24 +08:00
  • b614b0fd65 Merge pull request #454 from projektir/header_partial Michael Bryan 2017-12-02 13:36:09 +08:00
  • 32df76d077 Adding a header partial integration #453 projektir 2017-09-27 16:06:30 -07:00
  • dacc274e0d Add myself to the contributors list. Chris Spiegel 2017-11-30 07:54:43 -08:00
  • b0b09bad3f Clean up build configuration. Chris Spiegel 2017-11-30 07:26:30 -08:00
  • 93874edebf Add a create-missing option to book.toml. Chris Spiegel 2017-11-29 20:02:58 -08:00
  • 1aa9c92ac1 Fix typo shan1024 2017-11-27 17:06:16 +05:30
  • 5ce05a79be updated links from azerupi to rust-lang-nursery (#489) Anna Liao 2017-11-22 03:35:18 -07:00
  • c51e080783 Update broken doc link Aaron Turon 2017-11-21 20:32:08 -08:00
  • dd5d94393d Fixed the OSX/beta travis builds (#492) Michael Bryan 2017-11-19 01:12:25 +08:00
  • 3d5eb48e32 Refactor navigation helpers (#465) Jacob Wahlgren 2017-11-18 12:17:26 +01:00
  • d56ff94ce6 Regression tests (#422) Michael Bryan 2017-11-16 15:51:12 +08:00
  • fb99276f52 Merge pull request #457 from Michael-F-Bryan/config Michael Bryan 2017-11-12 21:47:10 +08:00
  • 5eff572dbb Updated the warning to give some basic migration instructions Michael Bryan 2017-11-12 21:26:59 +08:00
  • 238dfb7d1d Added in legacy config format support Michael Bryan 2017-11-12 21:00:18 +08:00
  • c777913136 Updated the configuration chapter in the book-example Michael Bryan 2017-11-12 03:35:10 +08:00
  • c25c5d72c8 Went back and simplified Config to be a smart wrapper around toml::Table Michael Bryan 2017-11-12 02:03:28 +08:00
  • 3aa6436679 Added in things from @Phaiax's review Michael Bryan 2017-10-16 20:47:22 +08:00
  • d37821c194 Rebased after #438 Michael Bryan 2017-10-04 19:55:21 +08:00
  • 1b5137c84e All tests pass again :) Michael Bryan 2017-09-30 22:16:18 +08:00
  • 18c725ee12 Integration tests pass again Michael Bryan 2017-09-30 22:11:47 +08:00
  • 1743f2a39f Removed the now redundant config files Michael Bryan 2017-09-30 21:56:22 +08:00
  • cee3296a32 main library tests pass Michael Bryan 2017-09-30 21:54:25 +08:00
  • ddb0834da8 Upgraded binaries to new configuration API Michael Bryan 2017-09-30 21:44:25 +08:00
  • b74c2c18ef Removed all references to old the configuration from the html renderer Michael Bryan 2017-09-30 21:36:03 +08:00
  • c056b5cbd0 Removed old configs from MDBook Michael Bryan 2017-09-30 21:13:00 +08:00
  • 8d7970b32d Changed to the new config types Michael Bryan 2017-09-30 21:04:05 +08:00
  • 1d22a9a040 Added some basic deserializing tests and helpers Michael Bryan 2017-09-30 20:34:27 +08:00
  • 6059883229 Added some basic configuration objects Michael Bryan 2017-09-30 20:11:24 +08:00
  • 8960013322 Fix copy to clipboard is available only for rust snippets Bartłomiej T. Listwon 2017-09-18 20:55:59 +02:00
  • 79dd03e8e9 Merge pull request #471 from stgn/theme-popup-absolute Michael Bryan 2017-11-10 13:31:12 +08:00
  • aecc403fb8 add tooltip to icons (#477) François 2017-10-27 14:46:55 +02:00
  • 6e4d2485c3 Basic swipe gesture functionality for opening/closing sidebar Shane Nelson 2017-10-23 20:31:56 -04:00
  • cd711bfb1c Merge pull request #456 from Michael-F-Bryan/conditional-ga Mathieu David 2017-10-18 14:10:53 +02:00
  • afd9ccb7b1 Merge pull request #461 from Michael-F-Bryan/move-custom-js Mathieu David 2017-10-18 14:09:14 +02:00
  • cb5ae21b89 Merge pull request #469 from jacwah/ignore Mathieu David 2017-10-18 14:07:10 +02:00
  • dd3bef8000 Use absolute positioning for theme popup Shane Nelson 2017-10-16 21:40:32 -04:00
  • 7e5892bd35 Ignore unhelpful clippy warning Jacob Wahlgren 2017-10-12 22:14:48 +02:00
  • 56cee872e8 Box Handlebars template error Jacob Wahlgren 2017-10-12 21:50:33 +02:00
  • a554390aa2 Slightly cleaned up the google analytics tag (skip ci) Michael Bryan 2017-10-09 09:52:22 +08:00
  • c64384abc3 Merge pull request #462 from Michael-F-Bryan/update-contributors Mathieu David 2017-10-08 16:07:19 +02:00
  • ba7d40284b Merge pull request #466 from jacwah/lints Mathieu David 2017-10-08 16:06:39 +02:00
  • 8f6523a94c Fix some clippy warnings Jacob Wahlgren 2017-10-07 18:11:05 +02:00