From caeb09b77ab7d5faeed1656eacecabd29dec7f32 Mon Sep 17 00:00:00 2001 From: ChristopherHX Date: Sat, 30 Nov 2024 10:43:12 +0100 Subject: [PATCH] Add page edit direct link to documentation --- 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}"