Migrate techdocs plugins from alpha catalogServiceRef to stable
Migrated `@backstage/plugin-techdocs-backend` and `@backstage/plugin-search-backend-module-techdocs` to use the stable `catalogServiceRef` from `@backstage/plugin-catalog-node` instead of the deprecated one from `@backstage/plugin-catalog-node/alpha`. This also updates `CachedEntityLoader`, `DefaultTechDocsCollatorFactory`, and the TechDocs router to use `CatalogService` (credentials-based) instead of `CatalogApi` (token-based). Signed-off-by: Fredrik Adelöw <freben@spotify.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
---
|
||||
'@backstage/plugin-search-backend-module-techdocs': patch
|
||||
'@backstage/plugin-techdocs-backend': patch
|
||||
---
|
||||
|
||||
Migrated internal usage of the deprecated `catalogServiceRef` from `@backstage/plugin-catalog-node/alpha` to the stable `catalogServiceRef` from `@backstage/plugin-catalog-node`.
|
||||
Reference in New Issue
Block a user