Backstage
    Preparing search index...

    Definition of a TechDocs preparer

    type PreparerBase = {
        prepare(
            entity: Entity,
            options?: PreparerOptions,
        ): Promise<PreparerResponse>;
        shouldCleanPreparedDirectory(): boolean;
    }

    Implemented by

    Index

    Methods