pub fn validate(
entries: &[DocEntry],
strict: bool,
) -> Result<Vec<String>, DocError>Expand description
Validate the loaded entries. Hard errors (Err): duplicate (module, name) / (module, alias)
pairs, unbalanced code fences, leaked VitePress ::: containers. Soft warnings (Ok): empty
summaries — these become hard errors under strict (the coverage gate).