markmv - v1.39.2
    Preparing search index...

    Interface TreeStatistics

    Aggregate documentation statistics for a scanned markdown tree.

    Field order is the serialisation order used by the JSON output and is kept stable so machine consumers see identical key ordering across runs.

    interface TreeStatistics {
        totalFiles: number;
        totalWords: number;
        totalInternalLinks: number;
        totalExternalLinks: number;
        brokenInternalLinks: number;
        orphanedFiles: number;
    }
    Index
    totalFiles: number

    Total number of markdown files scanned

    totalWords: number

    Sum of per-file word counts

    totalInternalLinks: number

    Total number of internal (file-to-file) links

    totalExternalLinks: number

    Total number of external HTTP/HTTPS links

    brokenInternalLinks: number

    Internal links whose target file does not exist

    orphanedFiles: number

    Files no other scanned file links to