From 357d852382f46bc6899ab38108b86264e4a27edd Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Sun, 25 Nov 2018 20:19:45 -0700 Subject: [PATCH] Add title to markdown book --- book.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 book.toml diff --git a/book.toml b/book.toml new file mode 100644 index 0000000000..bde186740b --- /dev/null +++ b/book.toml @@ -0,0 +1,2 @@ +[book] +title = "Solana: Blockchain Rebuilt for Scale"