mkdocs build --strict fails on a link that predates #577:
WARNING - Doc file 'usage/mcp_usage.md' contains a link '../../Docker/deployment.md',
but the target '../Docker/deployment.md' is not found among documentation files.
Aborted with 1 warnings in strict mode!
The path resolves one level above docs/, so it could never have worked. Either the page was moved, or the link was written against a different layout.
Minor on its own, but it means --strict cannot be used as a docs gate in CI while it stands — so every future broken link goes unnoticed too.
mkdocs build --strictfails on a link that predates #577:The path resolves one level above
docs/, so it could never have worked. Either the page was moved, or the link was written against a different layout.Minor on its own, but it means
--strictcannot be used as a docs gate in CI while it stands — so every future broken link goes unnoticed too.