Backstage
    Preparing search index...

    A strategy for when to build TechDocs locally, and when to skip building TechDocs (allowing for an external build)

    interface DocsBuildStrategy {
        shouldBuild(params: { entity: Entity }): Promise<boolean>;
    }
    Index

    Methods

    Methods