devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Integrate mkdocs-linkcheck

Open domenkozar opened this issue 3 years ago • 5 comments

https://pypi.org/project/mkdocs-linkcheck/

domenkozar avatar Nov 14 '22 16:11 domenkozar

@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?

totoroot avatar Jul 14 '23 11:07 totoroot

We'd want to run the hook in the repo, to validate all the doc links

domenkozar avatar Mar 22 '24 06:03 domenkozar

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.

totoroot avatar Mar 22 '24 07:03 totoroot

That would be fantastic, please do :)

domenkozar avatar Mar 22 '24 08:03 domenkozar

See relevant work by @roberth in https://github.com/NixOS/nixpkgs/pull/298665.

totoroot avatar Mar 25 '24 06:03 totoroot