markmv - v1.26.2
    Preparing search index...

    Class ManualOrderJoinStrategy

    Join strategy that uses a custom manual ordering with alphabetical fallback.

    Allows explicit specification of file order through the customOrder option. Files not specified in the custom order are appended in alphabetical order. This provides maximum control over the final document structure.

    Manual ordering with fallback

    const strategy = new ManualOrderJoinStrategy({
    customOrder: ['intro.md', 'main-content.md', 'conclusion.md'],
    mergeFrontmatter: true
    });

    // Files will be ordered as specified, with any others alphabetically
    const result = await strategy.join(sections);

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods