From 13cc4d84572c5f5d469a3a3454fa2028f78a3137 Mon Sep 17 00:00:00 2001 From: Guilhem Saurel Date: Sun, 22 Jun 2025 16:54:15 +0200 Subject: [PATCH] mdbook: add link to repo (cherry picked from commit 3b146040d54095859324877573b4ef4beeae4a1c) --- docs/mdbook/book.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/mdbook/book.toml b/docs/mdbook/book.toml index 5cf03475..ac1ff9c2 100644 --- a/docs/mdbook/book.toml +++ b/docs/mdbook/book.toml @@ -9,6 +9,7 @@ title = "nixvim docs" site-url = "@SITE_URL@" additional-js = ["theme/pagetoc.js"] additional-css = ["custom.css", "theme/pagetoc.css"] +git-repository-url = "https://github.com/nix-community/nixvim" [output.html.fold] enable = true