From 0b0b9b0bb155b74e45bfb3280a4dd9685c20cad3 Mon Sep 17 00:00:00 2001 From: Mathieu David Date: Wed, 29 Jul 2015 00:59:02 +0200 Subject: [PATCH] update progress --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4cb2615..bc2d1e38 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,9 @@ Personal implementation of Gitbook in Rust - [x] Create JSon data from book - [x] render handlebars template to html - [x] create one `html` file for every entry in `SUMMARY.md` that is not an empty link
Respecting original directory structure -- [ ] page layout -- [ ] show content on page rendered from markdown -- [ ] construct sidebar table of contents +- [x] page layout +- [x] show content on page rendered from markdown +- [x] construct sidebar table of contents - [ ] support config file For more information about progress and what is still on my to-do list, check [this issue](../../issues/1)