chore: update ndg and fix linkcheck

This commit is contained in:
Snoweuph 2026-04-20 17:43:42 +02:00
commit 1bff580d63
No known key found for this signature in database
GPG key ID: BEFC41DA223CEC55
15 changed files with 69 additions and 130 deletions

View file

@ -74,11 +74,16 @@
inherit site;
remap = {
"https://notashelf.github.io/nvf/" = site;
"https://notashelf.github.io/nvf/" = "${site}/share/doc/";
"https://nvf.notashelf.dev/" = "${site}/share/doc/";
};
extraConfig = {
exclude = [];
exclude = [
# This is not an email, but just part of an SCM query inside a nix code block.
# The leading escaped non breaking space is there on purpose.
"%C2%A0@injection.content"
];
include_mail = true;
include_verbatim = true;
};