From 1221ed45db77aa4405229bdfc3320df8a770e03b Mon Sep 17 00:00:00 2001 From: Awiteb Date: Thu, 23 May 2024 21:56:42 +0300 Subject: [PATCH] chore(book): Add git repo icon & edit icon Signed-off-by: Awiteb --- book.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book.toml b/book.toml index b2cf245..f67a000 100644 --- a/book.toml +++ b/book.toml @@ -4,3 +4,9 @@ language = "en" multilingual = false src = "docs" title = "Lprs Documentation" + +[output.html] +edit-url-template = "https://git.4rs.nl/awiteb/lprs/_edit/master/{path}" +git-repository-icon = "fa-git" +git-repository-url = "https://git.4rs.nl/awiteb/lprs" +