Skip to main content
Version: Next

OutOfTheBoxDeploymentOptions

Home > @backstage/plugin-techdocs-backend > OutOfTheBoxDeploymentOptions

Required dependencies for running TechDocs in the "out-of-the-box" deployment configuration (prepare/generate/publish all in the Backend).

Signature:

export type OutOfTheBoxDeploymentOptions = {
preparers: PreparerBuilder;
generators: GeneratorBuilder;
publisher: PublisherBase;
logger: winston.Logger;
discovery: DiscoveryService;
database?: Knex;
config: Config;
cache: PluginCacheManager;
docsBuildStrategy?: DocsBuildStrategy;
buildLogTransport?: winston.transport;
catalogClient?: CatalogApi;
httpAuth?: HttpAuthService;
auth?: AuthService;
};

References: PreparerBuilder, GeneratorBuilder, PublisherBase, DiscoveryService, Config, DocsBuildStrategy, CatalogApi, HttpAuthService, AuthService