Files
backstage/.changeset/metal-impalas-allow.md
T
2021-11-09 13:45:26 -05:00

452 B

@backstage/techdocs-common
@backstage/techdocs-common
patch
  1. Techdocs publisher constructors now use parameter objects when being instantiated

  2. Internal refactor of LocalPublish publisher to use fromConfig for creation to be aligned with other publishers; this does not impact LocalPublish usage.

- const publisher = new LocalPublish(config, logger, discovery);
+ const publisher = LocalPublish.fromConfig(config, logger, discovery);