diff --git a/book/_toc.yml b/book/_toc.yml index b21c2ce..812400c 100644 --- a/book/_toc.yml +++ b/book/_toc.yml @@ -11,3 +11,4 @@ parts: # END REMOVE-FROM-PUBLISH - file: references.md - file: credits.md + - file: test/hi.md diff --git a/book/test/hi.md b/book/test/hi.md new file mode 100644 index 0000000..f69ea27 --- /dev/null +++ b/book/test/hi.md @@ -0,0 +1,3 @@ +# hit + +This is my new page \ No newline at end of file