Skip to main content

PublisherBase.publish()

Home > @backstage/plugin-techdocs-node > PublisherBase > publish

Store the generated static files onto a storage service (either local filesystem or external service).

Signature:

publish(request: PublishRequest): Promise<PublishResponse>;

Parameters

ParameterTypeDescription
requestPublishRequestObject containing the entity from the service catalog, and the directory that contains the generated static files from TechDocs.

Returns:

Promise<PublishResponse>