From 4d5ec9aeec9e029a7edbe20da906da9c57f15db6 Mon Sep 17 00:00:00 2001 From: Timo Borer Date: Wed, 7 Jan 2026 07:33:04 +0100 Subject: [PATCH] fix: Add missing repo url and edit url to mdbook --- docs/book.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index fefd53b..5d7dbf5 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -3,3 +3,7 @@ authors = ["timothebot"] language = "en" src = "src" title = "Lacy Documentation" + +[output.html] +git-repository-url = "https://github.com/timothebot/lacy" +edit-url-template = "https://github.com/timothebot/lacy/edit/main/docs/{path}"