EU Parliament Monitor — API Documentation - v0.8.42
    Preparing search index...

    Metadata for a single methodology / template Markdown file

    interface PIDocument {
        relPath: string;
        stem: string;
        title: string;
        description: string;
        icon: string;
    }
    Index

    Properties

    relPath: string

    Path relative to the repo root (e.g. "analysis/methodologies/foo.md")

    stem: string

    Filename stem without extension

    title: string

    Human-readable title extracted from the first H1 heading or derived from the stem

    description: string

    Short summary (first non-empty paragraph, truncated to ~220 chars)

    icon: string

    Emoji/icon that represents this document in the UI