summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-08-08Added badges to crates.io and licensev0.0.1Mathieu David
2015-08-07Update README.mdMathieu David
2015-08-06Added crate metadataMathieu David
2015-08-06Removed the sub module from utils and put the functions directly in the utils...Mathieu David
2015-08-06Add documentation for MDBook #30Mathieu David
2015-08-06Tweaks to the docs + clean-upMathieu David
2015-08-06Cosmetic fix to docsMathieu David
2015-08-06Fixed the code examples and added no_run to prevent them from runningMathieu David
2015-08-06Fix bug where src and output where not in function of MDBook.root but the cur...Mathieu David
2015-08-06Fixed rust example in doc + some tweaks for html validationMathieu David
2015-08-06Fix #34Mathieu David
2015-08-06Fix colors in deploy script + Fix link to API docsMathieu David
2015-08-06Fix in deploy script?Mathieu David
2015-08-06Add echo's to deploy scriptMathieu David
2015-08-06ignored test, have to fix some bugs beforeMathieu David
2015-08-06Merge branch 'master' of https://github.com/azerupi/mdBookMathieu David
2015-08-06Add rustdoc generated API docMathieu David
2015-08-06Update README.mdMathieu David
2015-08-05Checked the API, moved handlebars theme handling to the theme module to expos...Mathieu David
2015-08-05book-example/book is not tracked anymore and the deploy script should build t...Mathieu David
2015-08-05Added some chapters for the documentation #30 + tweaked the syntax highlighti...Mathieu David
2015-08-05Fixed a bug where custom theme was appended to default theme + Changed syntax...Mathieu David
2015-08-05Added syntax highlighting with highlight.js Closes #31 + Added a new chapter ...Mathieu David
2015-08-04Added function to MDBook to swap renderer #10Mathieu David
2015-08-04It's now possible to use a custom theme. Add a theme directory in your src an...Mathieu David
2015-08-04Added a new macro 'output' that can be disabled by a featureMathieu David
2015-08-04Clean-up handlebars renderer, move some parts to utils moduleMathieu David
2015-08-04[Clean-up] Reorganize structure in handlebars rendererMathieu David
2015-08-04Merge the updated handlebars helpers in master. Closes #26Mathieu David
2015-08-04Cleaned up the handlebars helpers, it's a lot more customizable because the u...Mathieu David
2015-08-04Moved book.json from src to root. Now src can be set to whatever you want. Cl...Mathieu David
2015-08-03Started to clean the 'previous' and 'next' handlebars helpers #26 But got stu...Mathieu David
2015-08-03Fix bug in menu-bar title, again... Because I didn't solve it previouslyMathieu David
2015-08-03Add debug! macro that can be activated using the "debug" feature. #19Mathieu David
2015-08-03Fix bug where menu-bar title was on top of the menu-bar icons making them unc...Mathieu David
2015-08-03Added author and dest field in book.json, fixed bug when output directory did...Mathieu David
2015-08-03Initial implementation for reading the config file: book.json #7Mathieu David
2015-08-01Fixes #24Mathieu David
2015-08-01Added deploy script for gh-pages, I am not sure if it works. #23Mathieu David
2015-08-01Added navigation icons + javascript code to hide them when there is no previo...Mathieu David
2015-08-01Added Travis build status icon [ci skip]Mathieu David
2015-08-01Added travis integration testsMathieu David
2015-08-01Merge pull request #22 from kbknapp/clapMathieu David
2015-08-01uses clap to simplify CLIKevin K
2015-07-31Added handlebars helpers for navigation, need to find a place where to put th...Mathieu David
2015-07-31Add active class to currently viewed chapter in the sidebar. Closes #20Mathieu David
2015-07-30Split the handlebars renderer in his own module because it was becoming largeMathieu David
2015-07-30Added a utils module for general / common functionsMathieu David
2015-07-30Merge branch 'master' of https://github.com/azerupi/mdBookMathieu David
2015-07-30Clean up: Removed uneeded function because the same functionality is present ...Mathieu David