From 767c2ee3f34a8075cd1192e30e2469a974f1a6b1 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Tue, 16 Apr 2024 01:42:13 -0300 Subject: [PATCH] add git and edit urls --- book.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/book.toml b/book.toml index d40caf2..7114f0f 100644 --- a/book.toml +++ b/book.toml @@ -4,3 +4,7 @@ language = "en" multilingual = false src = "src" title = "Using Glistix" + +[output.html] +git-repository-url = "https://github.com/Glistix/book" +edit-url-template = "https://github.com/Glistix/book/edit/main/{path}"