mirror of
https://github.com/NotAShelf/nvf.git
synced 2026-04-27 11:55:22 +00:00
chore: update ndg and fix linkcheck
This commit is contained in:
parent
b80590dd3f
commit
1bff580d63
15 changed files with 69 additions and 130 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue