Commit Graph

  • 0b0ae6e843
    Made it so `mdbook test` works on the book-example again Michael Bryan 2017-12-12 21:26:05 +1100
  • ecccf9f46e
    Added tests for renderer detection Michael Bryan 2017-12-12 20:40:02 +1100
  • 89f80af0b7
    Factored out the logic for determining which renderer to use Michael Bryan 2017-12-12 20:00:42 +1100
  • f606e49128
    Made sure all alternate renderers are invoked as `mdbook-*` Michael Bryan 2017-12-12 14:06:54 +1100
  • 1ae03621c6
    Converted RenderContext.version to a String Michael Bryan 2017-12-12 12:04:25 +1100
  • 87253e6398
    Added a couple methods to RenderContext Michael Bryan 2017-12-12 11:58:31 +1100
  • fea52b35ee
    Made MDBook::load() autodetect renderers Michael Bryan 2017-12-12 11:49:29 +1100
  • 5e177a9351
    Added a CmdRenderer and the ability to have multiple renderers Michael Bryan 2017-12-12 11:35:48 +1100
  • fdff29ec7b
    Added a mechanism for creating alternate backends Michael Bryan 2017-12-11 23:43:38 +1100
  • dedc208a6a Prohibit 'print.md' files (#524) Jan Likar 2018-01-06 17:02:23 +0100
  • 70def7246b
    Add tests Jan Likar 2018-01-06 16:39:23 +0100
  • e461610dab Implement partial include of source files (#520) boxdot 2018-01-05 22:03:30 +0100
  • e791f250fa
    Workaround for travis-ci/travis-ci#4704 (#529) Michael Bryan 2018-01-06 04:47:59 +0800
  • 30d5633e46
    Workaround for travis-ci/travis-ci#4704 Michael Bryan 2018-01-06 04:42:36 +0800
  • cd1abf8ec2
    Revert "Added dummy `df` statements to debug the travis failures (#526)" (#528) Michael Bryan 2018-01-06 04:41:26 +0800
  • 5a008622ab Revert "Added dummy `df` statements to debug the travis failures (#526)" Michael Bryan 2018-01-06 04:41:05 +0800
  • 2b943d703f
    Added dummy `df` statements to debug the travis failures (#526) Michael Bryan 2018-01-05 18:39:23 +0800
  • 0087f4b447
    Added dummy `df` statements to debug the travis failures Michael Bryan 2018-01-05 18:27:08 +0800
  • 315d83e6d6 Make utils::string private and link collections_range feature issue. boxdot 2018-01-05 09:07:05 +0100
  • b9ab71b231
    Reformatted the README and added a link to the `master` docs (#525) Michael Bryan 2018-01-05 11:32:54 +0800
  • 5c4397abf6
    Reformatted the README and added a link to the `master` docs Michael Bryan 2018-01-05 10:54:19 +0800
  • a2e79a9541 Use Range, RangeFrom, RangeTo and RangeFull to represent include-ranges. boxdot 2018-01-04 23:31:55 +0100
  • 2c21b65b2d
    Apply suggested changes Jan Likar 2018-01-04 11:24:43 +0100
  • 7c81335c9a Use <button> for menu bar (#523) Mario Nebl 2018-01-04 10:19:20 +0100
  • 6323dfa931
    Prohibit 'print.md' files Jan Likar 2018-01-04 06:55:59 +0100
  • e74c376833
    You need to call `rx.iter()` to iterate over events from a channel (#522) Michael Bryan 2018-01-03 19:32:49 +0800
  • a0a4b57eff
    Use <button> for menu bar Mario Nebl 2018-01-03 12:01:29 +0100
  • d132b2a1c7
    You need to call `rx.iter()` to iterate over events from a channel Michael Bryan 2018-01-03 18:46:02 +0800
  • 02f63cc209 Remove the special case IncludeFull which is IncludeFrom(0). boxdot 2018-01-02 20:48:00 +0100
  • 6edffce3c0 Implement partial include of source files. boxdot 2018-01-02 20:36:04 +0100
  • 6ba0162ff7
    Merge pull request #519 from Michael-F-Bryan/rollback-iron-version Michael Bryan 2018-01-02 23:27:21 +0800
  • b5382f49c6
    Merge pull request #474 from stgn/sidebar-swipe Michael Bryan 2018-01-02 22:10:30 +0800
  • daade63c27
    Rolls back the Iron version due to issues with staticfile Michael Bryan 2018-01-02 22:02:34 +0800
  • 9480ac0ea6
    All git commands in github_pages.sh are now `--quiet` Michael Bryan 2017-12-30 23:31:32 +0800
  • 65900b87e6
    Use `cargo run` for github pages instead of hard-coding the binary path Michael Bryan 2017-12-30 21:47:53 +0800
  • d4a5176f26
    Forgot to install npm deps globally in #516 Michael Bryan 2017-12-30 20:23:06 +0800
  • c721ba82b2
    Update travis CI (#516) Michael Bryan 2017-12-30 19:15:17 +0800
  • bd134fbaa4
    Merge pull request #517 from Michael-F-Bryan/update-deps Michael Bryan 2017-12-30 19:05:46 +0800
  • cba16a0083
    Updated dependencies and made logging more readable Michael Bryan 2017-12-30 18:43:46 +0800
  • 549a9ffd54
    Merge pull request #470 from stgn/sidebar-page-ux Michael Bryan 2017-12-30 16:15:50 +0800
  • 053802aea0
    Removed the x86 linux musl build Michael Bryan 2017-12-21 17:24:24 +0800
  • 49dad2471f
    Moved the github pages logic (not running the script breaks the build) Michael Bryan 2017-12-21 16:56:21 +0800
  • 7dc6c16a57
    Use japaric/trust for travis configuration Michael Bryan 2017-12-21 16:22:25 +0800
  • 06c9d67e75
    Merge pull request #515 from jridgewell/playpen-default Michael Bryan 2017-12-21 14:36:09 +0800
  • 61356ce5fe Implement playpen defaults Justin Ridgewell 2017-12-21 00:18:12 -0500
  • 31fb443562 Cleanup and various fixes Shane Nelson 2017-12-18 00:14:25 -0500
  • a2759b7bd2 Prevent horizontal scroll on mobile browsers if page wrapper is pushed off-screen Shane Nelson 2017-10-13 19:09:28 -0400
  • 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 -0400
  • 6e90e520d6 Avoid resizing page/content on sidebar toggle Shane Nelson 2017-12-17 22:53:25 -0500
  • 65acb355d7
    Merge pull request #513 from Michael-F-Bryan/error-messages Michael Bryan 2017-12-14 20:28:28 +1100
  • 89eff2d824
    Added better error messages for missing CSS/JS Michael Bryan 2017-12-14 20:03:17 +1100
  • a280a3003b
    Merge pull request #447 from Listwon/clipboard Michael Bryan 2017-12-13 14:32:41 +1100
  • cb6f2289cf
    Merge pull request #510 from Michael-F-Bryan/book-json-warning Michael Bryan 2017-12-13 13:18:51 +1100
  • 396426662d
    Made `mdbook watch` and `mdbook serve` rebuild the book again (#508) Michael Bryan 2017-12-13 12:04:24 +1100
  • 718d251c7f
    Added a warning if people use the book.json config file Michael Bryan 2017-12-13 11:55:37 +1100
  • c3965f18b8
    Fixed the `mdbook serve` error handling Michael Bryan 2017-12-12 23:05:11 +1100
  • dcc91f7e9a
    Cleaned up `mdbook watch` and `serve` a bit Michael Bryan 2017-12-12 22:45:43 +1100
  • 87cb6e87c0
    Made `mdbook watch` and `mdbook serve` rebuild the book again Michael Bryan 2017-12-12 21:53:42 +1100
  • d69bc9c7c3
    Merge pull request #491 from Michael-F-Bryan/book-representation-3 Michael Bryan 2017-12-12 19:24:13 +1100
  • a46e2e2b27
    Merge branch 'master' into book-representation-3 Michael Bryan 2017-12-11 19:06:09 +1100
  • 75dac15f09
    Fixed a couple issues with the docs Michael Bryan 2017-12-11 18:50:31 +1100
  • 5041359817
    Updated the pulldown-cmark patch in Cargo.toml Michael Bryan 2017-12-11 17:36:13 +1100
  • ff9e0b0add
    Made sure create_missing also creates the parent directory Michael Bryan 2017-12-11 17:29:32 +1100
  • 148511eceb
    Able to parse all existing SUMMARY.md files Michael Bryan 2017-12-11 17:20:05 +1100
  • f5e9b857de
    Rewrote summary parser from a state machine to use recursive descent Michael Bryan 2017-12-11 15:17:20 +1100
  • 4f4e86db3a
    Added tests to make sure we parse existing SUMMARY.md's Michael Bryan 2017-12-11 12:26:11 +1100
  • ebcf41c25b
    Improved error messages using error_chain::ChainedError::display_chain() Michael Bryan 2017-12-11 11:42:36 +1100
  • 1b51cd244e
    Moved the book examples to the top level lib.rs Michael Bryan 2017-12-11 11:29:30 +1100
  • be4654c9c2
    Fleshed out the docs for the book module Michael Bryan 2017-12-11 11:24:43 +1100
  • ace0b51fb6
    Put the `create_missing` feature back in Michael Bryan 2017-12-11 10:32:35 +1100
  • 9950f69c48
    Removed the `MDBook::read_config()` method because it's redundant now Michael Bryan 2017-12-10 23:13:46 +1100
  • 12d1ed5558
    The example book renders correctly Michael Bryan 2017-12-04 15:38:57 +0800
  • 751da4f05f
    Added a test to make sure you can include rust files in chapters Michael Bryan 2017-11-18 23:21:59 +0800
  • 527fc5cf79
    Completely removed the `create_missing` option from MDBook Michael Bryan 2017-11-18 22:59:45 +0800
  • f993677626
    All tests finally pass! Michael Bryan 2017-11-18 22:16:35 +0800
  • 21498631b3
    Made sure the dummy book can build Michael Bryan 2017-11-18 22:07:08 +0800
  • 8b21da9950
    Fleshed out book creation Michael Bryan 2017-11-18 21:22:30 +0800
  • 47eb4788cb
    Introduced the `BookBuilder`. Michael Bryan 2017-11-18 20:41:04 +0800
  • cafb8b75e7
    The library not compiles (probably completely broken) Michael Bryan 2017-11-18 20:01:50 +0800
  • 4c6c696c87
    Copied across the summary parser and Book structure (doesn't compile) Michael Bryan 2017-11-18 19:50:47 +0800
  • eaab21778e Merge 1e8000e65a into 3838fa0e68 Chris Spiegel 2017-12-10 11:34:14 +0000
  • 3838fa0e68
    Merge pull request #501 from lifta42/master Michael Bryan 2017-12-10 22:34:09 +1100
  • 4619ab60b0
    (cargo-release) start next development iteration 0.0.29-alpha.0 Michael Bryan 2017-12-09 21:26:12 +1100
  • 2a5409db20
    (cargo-release) version 0.0.28 0.0.28 Michael Bryan 2017-12-09 21:23:44 +1100
  • dc89a82329
    Merge pull request #506 from Michael-F-Bryan/quickfix Michael Bryan 2017-12-09 21:18:34 +1100
  • 42ff5a895c
    Added a test to make sure book.toml isn't required Michael Bryan 2017-12-09 20:46:39 +1100
  • 8ee795045a
    Added a quick fix so if the config isn't found we use a default Michael Bryan 2017-12-09 20:36:23 +1100
  • f22835f7bc
    (cargo-release) start next development iteration 0.0.28-alpha.0 Michael Bryan 2017-12-07 21:40:45 +1100
  • 1f84f66041
    Bumped the version number in preparation for the next release 0.0.27 Michael Bryan 2017-12-07 21:35:50 +1100
  • 9143110a43 Optimized the stylesheet for better performance lifta42 2017-12-06 16:20:22 +0800
  • 1e8000e65a Add a config option to disable section numbers in the TOC. Chris Spiegel 2017-12-05 18:53:30 -0800
  • cd3b37593b Track the current section as a vector of i32 rather than a String. Chris Spiegel 2017-12-05 18:53:17 -0800
  • e735bc6d3e
    Merge pull request #500 from cspiegel/create-missing Michael Bryan 2017-12-06 00:30:49 +0800
  • 803df90efa Add tests to check create-missing. Chris Spiegel 2017-12-02 22:53:05 -0800
  • cd11727e49 Merge 592fb17c70 into b614b0fd65 Phaiax 2017-12-03 02:24:32 +0000
  • 3b136689ee Fix a CSS bug to show arrow properly lifta42 2017-12-02 14:25:24 +0800
  • b614b0fd65
    Merge pull request #454 from projektir/header_partial Michael Bryan 2017-12-02 13:36:09 +0800
  • 32df76d077 Adding a header partial integration #453 projektir 2017-09-27 16:06:30 -0700
  • dacc274e0d Add myself to the contributors list. Chris Spiegel 2017-11-30 07:54:43 -0800
  • b0b09bad3f Clean up build configuration. Chris Spiegel 2017-11-30 07:26:30 -0800