Expand description
JSON Schema generation for configuration.
§Configuration Schema Generator
This module generates a JSON Schema for crate::cmd::SsgConfig, enabling
editor auto-completion, validation, and documentation of the
configuration format.
Functions§
- generate_
schema - Generates a JSON Schema describing all
crate::cmd::SsgConfigfields. - write_
schema - Writes the JSON Schema to
pathas pretty-printed JSON.