Integrate mkdocs-linkcheck
https://pypi.org/project/mkdocs-linkcheck/
@domenkozar I created a draft here. If I understand it correctly, there should be no code change necessary in this repo once the PR gets merged into pre-commit-hooks.nix, right?
We'd want to run the hook in the repo, to validate all the doc links
I'd suggest we use lychee, which is more performant and seems to be maintained better.
It was added as a hook with https://github.com/cachix/pre-commit-hooks.nix/pull/351.
If nothing speaks against it, I can open a PR to integrate it into the devenv repo.
That would be fantastic, please do :)
See relevant work by @roberth in https://github.com/NixOS/nixpkgs/pull/298665.