class

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.

Source
generate(config : Models::Config, pages : Array(Models::Page), output_dir : String, verbose : Bool = false, skip_if_unchanged : Bool = false)
Source
generate_full(pages : Array(Models::Page), config : Models::Config, output_dir : String, verbose : Bool = false)
Source