Riksdagsmonitor Intelligence Platform โ€” API Documentation - v1.0.30
    Preparing search index...

    Configuration for the full article pipeline. Field names mirror FrontMatterFields (snake_case) to avoid impedance mismatch.

    interface ArticlePipelineConfig {
    ย ย ย ย generated_at?: string;
    ย ย ย ย language?: string;
    ย ย ย ย layout?: string;
    }
    Index
    generated_at?: string

    Override the generated_at front-matter field (ISO-8601). Used for deterministic tests.

    language?: string

    Language code injected into front-matter (defaults to 'en').

    layout?: string

    Layout template injected into front-matter (defaults to 'article').