From 801ce0e9f24e6ba72295e6ff345c31d7a4ef3c17 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Mon, 22 Jan 2024 09:24:44 -0800 Subject: [PATCH] add "Suggest an Edit" button --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index 570f4aba..6b2cec3c 100644 --- a/book.toml +++ b/book.toml @@ -8,3 +8,4 @@ title = "Kinode Book" [output.html] additional-js = ["theme/customize-buttons.js"] additional-css = ["theme/fonts/custom-fonts.css"] +edit-url-template = "https://github.com/uqbar-dao/kinode-book/edit/main/{path}"