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
fix(tests): remove cli/* redirects; update tests for schema-driven CLI
CLI reference pages are volatile by nature (generated from schema) and
were never shipped to production, so their redirects have no value.
- Remove all cli/* entries from _redirects.yml
- Revert Setup.fs to File.Exists guard (unconditional stubs broke other tests)
- Update LinkReferenceFile.fs snapshot to remove stale CLI entries
- Update PhysicalDocsetTests to check for CliReferenceRef instead of
FolderRef for the cli TOC entry
- Skip synthetic files in Move.ProcessMarkdownFile — they have no physical
content and ReadAllTextAsync would throw FileNotFoundException
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
0 commit comments