{"library":"mkdocs-htmlproofer-plugin","title":"MkDocs HTMLProofer Plugin","description":"A MkDocs plugin that validates URLs in rendered HTML files after build. It checks internal links, anchors, and external URLs, reporting broken links. Version 1.5.0, active development.","language":"python","status":"active","last_verified":"Fri May 01","install":{"commands":["pip install mkdocs-htmlproofer-plugin"],"cli":null},"imports":["# in mkdocs.yml:\nplugins:\n  - htmlproofer"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# mkdocs.yml\nplugins:\n  - htmlproofer\n\n# Build and check:\n# mkdocs build","lang":"yaml","description":"Add the plugin to your mkdocs.yml and run mkdocs build. The plugin will validate all URLs in the output HTML.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}