From 894b9a651699a1168b0f5bb521e929ab95a75c0c Mon Sep 17 00:00:00 2001 From: SyedAhkam Date: Tue, 10 Oct 2023 03:21:19 +0530 Subject: [PATCH] fix: git repository and edit url setting --- docs/book.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/book.toml b/docs/book.toml index e191151..a727d92 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -6,6 +6,8 @@ description = "Documentation for the tool android-cli" language = "en" multilingual = false src = "src" + +[output.html] git-repository-url = "https://github.com/SyedAhkam/android-cli" git-repository-icon = "fa-github" edit-url-template = "https://github.com/SyedAhkam/android-cli/edit/master/docs/{path}" \ No newline at end of file