From 0deb55c35a9bb999179317389bbca4ff8e667ebe Mon Sep 17 00:00:00 2001 From: Adithya Nair Date: Sat, 28 Oct 2023 05:00:58 +0530 Subject: [PATCH] update book --- book.toml | 2 +- src/SUMMARY.md | 2 +- src/{chapter_1.md => hello.md} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{chapter_1.md => hello.md} (100%) diff --git a/book.toml b/book.toml index ecd4e66..34db560 100644 --- a/book.toml +++ b/book.toml @@ -3,4 +3,4 @@ authors = ["Adithya Nair"] language = "en" multilingual = false src = "src" -title = "Wiki" +title = "My Brain Dump" diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 7390c82..7fb5094 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -1,3 +1,3 @@ # Summary -- [Chapter 1](./chapter_1.md) +- [Hello, World!](./hello.md) diff --git a/src/chapter_1.md b/src/hello.md similarity index 100% rename from src/chapter_1.md rename to src/hello.md