update progress

This commit is contained in:
Mathieu David 2015-07-29 00:59:02 +02:00
parent f500b4a836
commit 0b0b9b0bb1
1 changed files with 3 additions and 3 deletions

View File

@ -11,9 +11,9 @@ Personal implementation of Gitbook in Rust
- [x] Create JSon data from book - [x] Create JSon data from book
- [x] render handlebars template to html - [x] render handlebars template to html
- [x] create one `html` file for every entry in `SUMMARY.md` that is not an empty link<br><sup>Respecting original directory structure</sup> - [x] create one `html` file for every entry in `SUMMARY.md` that is not an empty link<br><sup>Respecting original directory structure</sup>
- [ ] page layout - [x] page layout
- [ ] show content on page rendered from markdown - [x] show content on page rendered from markdown
- [ ] construct sidebar table of contents - [x] construct sidebar table of contents
- [ ] support config file - [ ] support config file
For more information about progress and what is still on my to-do list, check [this issue](../../issues/1) For more information about progress and what is still on my to-do list, check [this issue](../../issues/1)