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:
parent
ebea8c2337
commit
e5563182fc
|
@ -0,0 +1,5 @@
|
||||||
|
# Dummy Book
|
||||||
|
|
||||||
|
This file is just here to cause the index preprocessor to run.
|
||||||
|
|
||||||
|
Does a pretty good job, too.
|
|
@ -1,5 +1,6 @@
|
||||||
# Summary
|
# Summary
|
||||||
|
|
||||||
|
[dummy_book](README.md)
|
||||||
[Introduction](intro.md)
|
[Introduction](intro.md)
|
||||||
|
|
||||||
- [First Chapter](first/index.md)
|
- [First Chapter](first/index.md)
|
||||||
|
|
Loading…
Reference in New Issue