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 |
Object containing the entity from the service catalog, and the directory that contains the generated static files from TechDocs. |
Promise<PublishResponse>