fabro/lib/crates/fabro-dev
Bryan Helmkamp 24b8f1ec04
fix(docs): use MDX comment syntax for generated fences
Mintlify parses pages as MDX and rejects HTML-style `<!-- ... -->`
comments, which broke the docs deployment on cli.mdx with a parse
error. Switch the generator fences (and the matching markers in the
two reference pages and the dev test fixtures) to `{/* ... */}` so
Mintlify can parse them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 01:27:43 -04:00
..
src fix(docs): use MDX comment syntax for generated fences 2026-04-29 01:27:43 -04:00
tests/it fix(docs): use MDX comment syntax for generated fences 2026-04-29 01:27:43 -04:00
Cargo.toml feat(dev): add bench-tests command for capturing per-test timing CSV 2026-04-28 09:18:00 -07:00