Files
diegosouzapw db6b4088a7 fix(docs): stop check:doc-links false-positive on its own QUALITY_GATES row
The `check:doc-links` table row in docs/architecture/QUALITY_GATES.md (added
this cycle by #3757) used a literal `[text](path)` example inside inline code.
The link checker strips fenced code blocks but not inline backticks, so it parsed
that example as a real link to a 'path' file that does not exist — turning the
'Docs Sync (Strict)' CI job (npm run check:docs-all) red. Reworded to break the
`](` adjacency; check:doc-links now passes (655 links, 0 broken).
2026-06-13 15:52:13 -03:00
..
2026-06-12 23:49:22 -03:00
2026-06-06 19:13:11 -03:00