Hwaro::Content::Seo::Llms
Inherits Reference / Object
Class methods
generate(config : Models::Config, output_dir : String, verbose : Bool = false)
Backward-compatible entry point for callers that don't have a page list handy. The current build pipeline always uses the 4-arg form below; this stub keeps any external caller working by emitting the title/description/instructions header without the page index.
generate(config : Models::Config, pages : Array(Models::Page), output_dir : String, verbose : Bool = false, skip_if_unchanged : Bool = false)
Sourcegenerate_full(pages : Array(Models::Page), config : Models::Config, output_dir : String, verbose : Bool = false)
Source