mdbook: add link to repo

(cherry picked from commit 3b146040d5)
This commit is contained in:
Guilhem Saurel 2025-06-22 16:54:15 +02:00 committed by Matt Sturgeon
parent 9f487eaa32
commit 13cc4d8457

View file

@ -9,6 +9,7 @@ title = "nixvim docs"
site-url = "@SITE_URL@" site-url = "@SITE_URL@"
additional-js = ["theme/pagetoc.js"] additional-js = ["theme/pagetoc.js"]
additional-css = ["custom.css", "theme/pagetoc.css"] additional-css = ["custom.css", "theme/pagetoc.css"]
git-repository-url = "https://github.com/nix-community/nixvim"
[output.html.fold] [output.html.fold]
enable = true enable = true