From 418c3bef0e7e69dfc77c26f4cb546daa261b7988 Mon Sep 17 00:00:00 2001 From: Robert Lanzafame Date: Thu, 13 Jun 2024 09:48:57 +0200 Subject: [PATCH] add hi --- book/_toc.yml | 1 + book/test/hi.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 book/test/hi.md 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