From 4734813be3c68917e6339bd5435c99a2648e9f60 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Tue, 24 Dec 2024 17:52:30 +0100 Subject: [PATCH] Add page edit direct link to documentation (#34) --- book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/book.toml b/book.toml index dd7d4fb..342f07e 100644 --- a/book.toml +++ b/book.toml @@ -7,3 +7,4 @@ title = "act - User Guide | Manual | Docs | Documentation" [output.html] git-repository-url = "https://github.com/nektos/act-docs" +edit-url-template = "https://github.com/nektos/act-docs/edit/main/{path}"