@nikovirtala/projen-constructs
    Preparing search index...

    Enumeration EntryPointStrategy

    Specifies the strategy to be used to convert entry points into documentation

    Index

    Enumeration Members

    Enumeration Members

    EXPAND: "expand"

    Expects all entry points to be top-level directories

    MERGE: "merge"

    Merges multiple projects into a single documentation site

    PACKAGES: "packages"

    Expects all entry points to be individual files

    RESOLVE: "resolve"

    Expects all entry points to be contained within a single package