diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:18:15 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-23 23:18:15 +0100 |
commit | 2d1aa15af8ee73f7179e323493ab4f6c40f6ac57 (patch) | |
tree | a71b44c602077c411b77cad554b0b47840294cfd /test/books/basic | |
parent | 63ee94ff89d10e56d82079183c494f8129b92eae (diff) | |
download | gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.zip gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.tar.gz gitbook-2d1aa15af8ee73f7179e323493ab4f6c40f6ac57.tar.bz2 |
New cleaner helper for testing
Diffstat (limited to 'test/books/basic')
-rw-r--r-- | test/books/basic/README.md | 1 | ||||
-rw-r--r-- | test/books/basic/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/books/basic/_book/README.json | 31 |
3 files changed, 33 insertions, 0 deletions
diff --git a/test/books/basic/README.md b/test/books/basic/README.md new file mode 100644 index 0000000..f395431 --- /dev/null +++ b/test/books/basic/README.md @@ -0,0 +1 @@ +# Readme diff --git a/test/books/basic/SUMMARY.md b/test/books/basic/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/books/basic/SUMMARY.md @@ -0,0 +1 @@ +# Summary diff --git a/test/books/basic/_book/README.json b/test/books/basic/_book/README.json new file mode 100644 index 0000000..13dae6b --- /dev/null +++ b/test/books/basic/_book/README.json @@ -0,0 +1,31 @@ +{ + "progress": { + "prevPercent": 0, + "percent": 0, + "chapters": [ + { + "index": 0, + "title": "", + "level": "0", + "path": "README.md", + "percent": 0, + "done": true + } + ], + "current": { + "index": 0, + "title": "", + "level": "0", + "path": "README.md", + "percent": 0, + "done": true + } + }, + "sections": [ + { + "type": "normal", + "content": "<h1 id=\"readme\">Readme</h1>\n" + } + ], + "langs": [] +}
\ No newline at end of file |