From 5357c1c7c5839f5b1799645de5b5fda466f55236 Mon Sep 17 00:00:00 2001 From: Brett Chalupa Date: Wed, 23 Nov 2022 17:51:11 -0500 Subject: [PATCH] feat: flesh out book metadata --- book.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/book.toml b/book.toml index 402c179..8ccfef7 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,11 @@ [book] -authors = ["Brett Chalupa"] +authors = ["Brett Chalupa", "Dragon Rider Community"] language = "en" multilingual = false src = "src" title = "Building Games with DragonRuby" +description = "A comprehensive guide to shipping cross-platform 2D games with ease using DragonRuby Game Toolkit." + +[output.html] +git-repository-url = "https://github.com/DragonRidersUnite/book" +edit-url-template = "https://github.com/DragonRidersUnite/book/edit/main/{path}"