diff options
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 |