Super-Simple Includes Documentation

v0.244.0

Pipeline Messages

See Errors & Warnings Catalog for the full index, and Errors & Warnings Guide for a narrative explanation of message categories, exit codes, and common fixes.

Messages from the SSI processing pipeline, which coordinates steps, resolves include tokens, and assembles output pages.

Message Exit Code Hint
Added template file #[index]: [filename]
❌ Empty page context string reached a data source — context validation in config_steps.rs should have caught this before any data source was invoked (programming error in toml.rs / directory_utils.rs) 1
Initializing [operation]
Key did not resolve for include step [step emoji]: [key]
❌ Indexed file [path] is not under the directory source root [source] ([error message]) — key indexing cannot compute page context 3 💡 The configured source `path` must be a prefix of every scanned file path (same lexical form). Check `path` in ssi-config.toml and site layout.
❌ resolve_source() was called for a directory-type source — directory sources require a SourceIndex and must not reach the file-pipeline resolver (programming error in processing_step_ext.rs) 6
Template rendering for [step emoji]: [count] include items rendered
Template processed successfully: [path]
Template processing complete: [template]
Built TOML token index for [source] with [count] tokens
Validating [validation type] template: [path]