fix references to search-backend-node

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-05-21 10:48:34 +02:00
parent a07ced9488
commit be89d6e7f3
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -190,7 +190,7 @@
- 022507c860: A `DefaultTechDocsCollatorFactory`, which works with the new stream-based
search indexing subsystem, is now available. The `DefaultTechDocsCollator` will
continue to be available for those unable to upgrade to the stream-based
`@backstage/search-backend-node` (and related packages), however it is now
`@backstage/plugin-search-backend-node` (and related packages), however it is now
marked as deprecated and will be removed in a future version.
To upgrade this plugin and the search indexing subsystem in one go, check
@@ -69,7 +69,7 @@ type EntityInfo = {
* A search collator responsible for gathering and transforming TechDocs documents.
*
* @public
* @deprecated Upgrade to a more recent `@backstage/search-backend-node` and
* @deprecated Upgrade to a more recent `@backstage/plugin-search-backend-node` and
* use `DefaultTechDocsCollatorFactory` instead.
*/
export class DefaultTechDocsCollator {