Add readme to cause test to fail

The test for `mdbook test` fails due to the index preprocessor which only runs on README files.
This commit is contained in:
Matt Ickstadt 2018-07-25 12:14:27 -05:00
parent ebea8c2337
commit e5563182fc
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Dummy Book
This file is just here to cause the index preprocessor to run.
Does a pretty good job, too.

View File

@ -1,5 +1,6 @@
# Summary
[dummy_book](README.md)
[Introduction](intro.md)
- [First Chapter](first/index.md)