Skip to content
This repository was archived by the owner on Dec 29, 2017. It is now read-only.

Tags: bcronin/mdBook

Tags

v0.0.14

Toggle v0.0.14's commit message
Merge pull request rust-lang#165 from waywardmonkeys/patch-1

Fix typo.

v0.0.13

Toggle v0.0.13's commit message
Fix bug in shell script that was preventing deployment of the docs to…

… gh-pages

v0.0.12

Toggle v0.0.12's commit message
Attempt to fix rust-lang#119 replace `\` with `/` in paths, so that W…

…indows also uses `/` as separator (ugly hack)

v0.0.11

Toggle v0.0.11's commit message
Remove BookConfig field from MDBook

MDBook now stores the necessary information, BookConfig is not used as a field anymore. It is only used for parsing the configuration file. This allows to more easily replace the book.json config with the new tomlbased config

v0.0.11-rc1

Toggle v0.0.11-rc1's commit message
Merge pull request rust-lang#118 from japaric/travis

Travis CI: expand to test and deploy for Linux and Mac

v0.0.10

Toggle v0.0.10's commit message
Merge branch 'master' of https://github.com/azerupi/mdBook

v0.0.9

Toggle v0.0.9's commit message
Add an entry about the favicon in the docs

v0.0.8

Toggle v0.0.8's commit message
Fix bug where theme-popup was under the navigation arrows making it i…

…mpossible to change the theme

v0.0.7

Toggle v0.0.7's commit message
Bump version number from 0.0.7 to 0.0.8, version 0.0.7 has been publi…

…shed to Crates.io

v0.0.6

Toggle v0.0.6's commit message
Fix tests after removing PathExt from utils