refactor(techdocs): deprecate ShouldBuildParameters type

Signed-off-by: Phil Kuang <pkuang@factset.com>
This commit is contained in:
Phil Kuang
2023-10-24 13:06:05 -04:00
parent 31458f5b63
commit b99e29ab8f
6 changed files with 15 additions and 27 deletions
+1 -1
View File
@@ -3,4 +3,4 @@
'@backstage/plugin-techdocs-node': minor
---
Expose an extension point to set a custom build strategy and move `DocsBuildStrategy` and `ShouldBuildParameters` types to `@backstage/plugin-techdocs-node`
Expose an extension point to set a custom build strategy. Also move `DocsBuildStrategy` type to `@backstage/plugin-techdocs-node` and deprecate `ShouldBuildParameters` type.