Skip to main content

export_markdown

Function export_markdown 

Source
pub fn export_markdown(
    store: &Store,
    default_schema: &TypeDefinition,
    mem_dir: &Path,
    schema_filter: Option<&str>,
) -> ExportResult
Expand description

Regenerate all entity markdown files from the in-memory store. Only writes files that have changed (incremental export).