mdbook: add link to repo

This commit is contained in:
Guilhem Saurel 2025-06-22 16:54:15 +02:00 committed by Austin Horstman
parent 229079e32a
commit 3b146040d5

View file

@ -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"
# Redirect targets must be relative to their origin;
# absolute paths can break with different baseHrefs.