mix selecto.domain.docs (selecto_mix v0.4.6)

Generate Markdown docs from a normalized Selecto domain JSON artifact.

The task reads an artifact produced by mix selecto.domain.export, verifies it the same way mix selecto.domain.check does, and renders a compact Markdown reference for sections, counts, source fields, schemas, registries, query members, capability usage, and diagnostics.

Examples

mix selecto.domain.docs priv/selecto/product.normalized.json

mix selecto.domain.docs priv/selecto/product.normalized.json --output docs/selecto/product.md