@suluk/seo - v0.1.2
    Preparing search index...

    Interface LlmsTxtInput

    interface LlmsTxtInput {
        title: string;
        summary?: string;
        details?: string;
        sections?: LlmsSection[];
    }
    Index

    Properties

    title: string
    summary?: string

    One-line summary, rendered as a blockquote.

    details?: string

    Free-form markdown paragraph(s) after the summary.

    sections?: LlmsSection[]