markmv - v1.26.2
    Preparing search index...

    Class DependencyOrderJoinStrategy

    Join strategy that orders content based on dependency relationships.

    Uses topological sorting to arrange sections so that files are ordered according to their cross-reference dependencies. Files with no dependencies come first, followed by files that depend on them.

    Dependency-based joining

    const strategy = new DependencyOrderJoinStrategy({
    mergeFrontmatter: true,
    deduplicateLinks: true
    });

    const result = await strategy.join(sections);
    if (result.success) {
    console.log(`Joined ${result.sourceFiles.length} files in dependency order`);
    }

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods