summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTau <git@tau.garden>2024-03-16 17:25:08 +0100
committerGitHub <noreply@github.com>2024-03-16 12:25:08 -0400
commit1ea5ee87a54b3b8d2f4505d2abc34a37c7bc6de5 (patch)
tree8c304eed9a426fabb297517358bf4f8e635468db
parent23b967db8a2bb565616022f7d97c5ee534bad16c (diff)
Link to repository from manual (#1657)
-rw-r--r--manual/book.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/book.toml b/manual/book.toml
index 3fa05dc8..00742073 100644
--- a/manual/book.toml
+++ b/manual/book.toml
@@ -4,3 +4,7 @@ language = "en"
multilingual = false
src = "src"
title = "delta"
+
+[output.html]
+git-repository-url = "https://github.com/dandavison/delta"
+git-repository-icon = "fa-github"