mkdocs-htmlproofer-plugin icon indicating copy to clipboard operation
mkdocs-htmlproofer-plugin copied to clipboard

A MkDocs plugin that validates URL in rendered html files

Results 4 mkdocs-htmlproofer-plugin issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I'm getting a `-1` error that I'm assuming means a timeout: ```text WARNING - htmlproofer: invalid url - http://www.logiqx.com/DatFAQs/CMPro.php [-1] [dats.md] ``` I can't seem to ignore...

It was determined during a PR [here](https://github.com/ponylang/pony-tutorial/pull/465), that in its current state mkdocs-htmlproofer will re-validate URLs it has seen before. In order to maintain an upper bound on memory consumption,...

When checking a lot of URLs of the same origin, it is very easy be rate-limited and get a [429 Too Many Requests](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) response. It would be neat if some...

We save our outdated pages in an archive folder. These pages shouldn't be checked for broken links. And to make this possible I adapted the script to avoid validating the...