From 566cc576df18bba3899f3f16866df02a4bf872fa Mon Sep 17 00:00:00 2001 From: Teppo Kurki Date: Sat, 7 Oct 2023 16:14:10 +0300 Subject: [PATCH] feature: add edit link to docs (#1635) --- docs/book.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index 57c15ab1a..751888aec 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -10,4 +10,7 @@ src = "src" build-dir = "built" create-missing = false +[output.html] +edit-url-template = "https://github.com/SignalK/signalk-server/tree/master/docs/src" +