From 891530674ac6595086713b6b2b828dfcca3106f2 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 31 Jul 2024 20:15:07 -0400 Subject: [PATCH] add repo info --- book.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book.toml b/book.toml index 8a40d7d..92b08b2 100644 --- a/book.toml +++ b/book.toml @@ -4,3 +4,8 @@ language = "en" multilingual = false src = "src" title = "Friday Night Funkin' Modding Documentation" + + +[output.html] +git-repository-url = "https://github.com/FunkinCrew/funkin-modding-docs/tree/main/guide" +edit-url-template = "https://github.com/FunkinCrew/funkin-modding-docs/edit/main/guide/{path}"