From cdbecf269fd8b57fc677b37488576072c5411bde Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 18 Mar 2021 15:33:31 -0700 Subject: fix: mdbook chapter heading --- src/SUMMARY.md | 2 +- src/introduction/book.md | 4 ---- src/introduction/mdbook.md | 4 ++++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 src/introduction/book.md create mode 100644 src/introduction/mdbook.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 024973c..0f52f44 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,4 +1,4 @@ # Summary - [Introduction](introduction.md) - - [mdBook](./introduction/book.md) + - [mdBook](./introduction/mdbook.md) diff --git a/src/introduction/book.md b/src/introduction/book.md deleted file mode 100644 index ded757f..0000000 --- a/src/introduction/book.md +++ /dev/null @@ -1,4 +0,0 @@ -# book -This book was writtin using [mdBook](https://github.com/rust-lang/mdBook). - -For more information about how mdBook works, head over to the aforelinked GitHub repository. diff --git a/src/introduction/mdbook.md b/src/introduction/mdbook.md new file mode 100644 index 0000000..2975408 --- /dev/null +++ b/src/introduction/mdbook.md @@ -0,0 +1,4 @@ +# mdBook +This book was writtin using [mdBook](https://github.com/rust-lang/mdBook). + +For more information about how mdBook works, head over to the aforelinked GitHub repository. -- cgit v1.2.3