mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-01 21:02:12 +03:00
docs/ops/DOCUMENTATION_AUDIT_REPORT.md (added in #3804) was the only file under docs/ops/ without a `title:` frontmatter block. Fumadocs scans docs/** into the `docs` collection and fails the production build with "Invalid input: expected string, received undefined" (title) — the same MDX frontmatter class of break as the v3.8.25 SUPPLY_CHAIN.md incident (#3864). Fast Quality Gates does not run `npm run build`, so it stayed green on the release branch and would only explode at release->main sync. Added the frontmatter matching the sibling docs/ops/*.md convention; full build now passes (Next.js compiled 549/549 pages).