You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
mkdocs 1.6.0 can warn us about broken absolute links and broken anchors in links (#anchor). I would definitely like to try these new warnings on our docs, to help catch broken stuff before creating a new build of the docs.
But mkdocs-material does not support mkdocs 1.6.0 yet. So we need to wait for a version of mkdocs-material that support the new mkdocs.
Did you already have any implementation ideas?
Here's a list of todos:
Upgrade to a version of mkdocs-material that supports mkdocs 1.6.0
Read the MkDocs validation section and try the recommended settings for most sites (maximal strictness):
validation:
omitted_files: warnabsolute_links: warn # Or 'relative_to_docs' - new in MkDocs 1.6unrecognized_links: warnanchors: warn # New in MkDocs 1.6
I'm willing to try configuring the new settings for us, and helping to update. 😄