Skip to main content
Version: Next

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

Parameter

Type

Description

request

PublishRequest

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

**Returns:**

Promise<PublishResponse>