Structs§
- Collection
Report - Engine
Error - Non-fatal compile failure. Build continues unless
strict. - Engine
Report
Functions§
- build_
schema_ ctx - build_
velite_ record - velite-shaped record:
{ ...frontmatter, body, content, slug, permalink, path, ...optional html }. - is_
js_ ident - minify_
js - Best-effort minifier: strip comments + collapse whitespace. Not a full parser; regex literals and JSX edge cases not handled.
- pascal_
case kebab/snake/space case->PascalCase. Empty input ->"Doc".- relative_
from - POSIX-style relative path (forward slashes), canonicalising when possible.
- wrap_
mdx_ module - Wrap MDX body in an ES-module shell, hoisting imports above the function.