Create book from markdown files. Like Gitbook but implemented in Rust
Go to file
Mathieu David 60e47d2e08 fix error in init(): write "- [chapter 1](...)" to SUMMARY.md instead of "[chapter 1](...)" note the lack of dash at the beginning 2015-07-18 00:14:04 +02:00
src fix error in init(): write "- [chapter 1](...)" to SUMMARY.md instead of "[chapter 1](...)" note the lack of dash at the beginning 2015-07-18 00:14:04 +02:00
.gitignore Started to implement init 2015-07-07 02:56:19 +02:00
Cargo.toml Skeleton for main.rs (binary) 2015-07-06 21:12:24 +02:00
README.md Update README.md 2015-07-08 00:11:02 +02:00

README.md

mdBook

Personal implementation of Gitbook in Rust

Work in Progress...

To see what is already implemented and what has to be done next, check this issue