diff --git a/.changeset/tiny-squids-accept.md b/.changeset/tiny-squids-accept.md new file mode 100644 index 0000000000..bbf0498f44 --- /dev/null +++ b/.changeset/tiny-squids-accept.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-techdocs': minor +--- + +**BREAKING:** Moved `schedule` & `collators` settings from module options into app-config for the new backend system. You can now pass in a `TaskScheduleDefinitionConfig` through the `search.techdocs.schedule` configuration key & configure the `TechDocsCollatorFactory` with the key `search.techdocs.collators`. diff --git a/.changeset/tiny-squids-deny.md b/.changeset/tiny-squids-deny.md new file mode 100644 index 0000000000..09da08cc42 --- /dev/null +++ b/.changeset/tiny-squids-deny.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-search-backend-module-explore': minor +--- + +**BREAKING:** Moved `schedule` from module options into app-config for the new backend system. You can now pass in a `TaskScheduleDefinitionConfig` through the `search.explore.schedule` configuration key.