diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-11-16 10:16:52 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-11-16 10:16:52 +0100 |
commit | f9df7545ad0d3a0c1fb08e1442fe99cf286cd1cc (patch) | |
tree | 602e023a3ff5c660b8f4bc9bc942062443c9c011 /test/books/structure | |
parent | 5d907f234e8fe04755714769c3b5b384a6b639b8 (diff) | |
parent | 9b7a90afef5a19c97c45339a3ccc4ebc3db36397 (diff) | |
download | gitbook-f9df7545ad0d3a0c1fb08e1442fe99cf286cd1cc.zip gitbook-f9df7545ad0d3a0c1fb08e1442fe99cf286cd1cc.tar.gz gitbook-f9df7545ad0d3a0c1fb08e1442fe99cf286cd1cc.tar.bz2 |
Merge pull request #1014 from GitbookIO/fix/1013
Fix #1013: prioritize structure defined in book.json
Diffstat (limited to 'test/books/structure')
-rw-r--r-- | test/books/structure/README.adoc | 1 | ||||
-rw-r--r-- | test/books/structure/README.md | 1 | ||||
-rw-r--r-- | test/books/structure/SUMMARY.md | 1 | ||||
-rw-r--r-- | test/books/structure/book.json | 5 |
4 files changed, 8 insertions, 0 deletions
diff --git a/test/books/structure/README.adoc b/test/books/structure/README.adoc new file mode 100644 index 0000000..354647f --- /dev/null +++ b/test/books/structure/README.adoc @@ -0,0 +1 @@ +== Readme for the bookk diff --git a/test/books/structure/README.md b/test/books/structure/README.md new file mode 100644 index 0000000..94f18a8 --- /dev/null +++ b/test/books/structure/README.md @@ -0,0 +1 @@ +# Readme for GitHub diff --git a/test/books/structure/SUMMARY.md b/test/books/structure/SUMMARY.md new file mode 100644 index 0000000..ac9323c --- /dev/null +++ b/test/books/structure/SUMMARY.md @@ -0,0 +1 @@ +# Summary diff --git a/test/books/structure/book.json b/test/books/structure/book.json new file mode 100644 index 0000000..110e0ba --- /dev/null +++ b/test/books/structure/book.json @@ -0,0 +1,5 @@ +{ + "structure": { + "readme": "README.adoc" + } +}
\ No newline at end of file |