change homeTranslationRef to alpha api

Signed-off-by: mario ma <mario.ma.node@gmail.com>
This commit is contained in:
mario ma
2025-06-05 11:55:05 +08:00
parent cef60db9c0
commit b126ad619a
5 changed files with 36 additions and 35 deletions
+2
View File
@@ -74,3 +74,5 @@ export default createFrontendPlugin({
root: rootRouteRef,
},
});
export { homeTranslationRef } from './translation';
-1
View File
@@ -42,4 +42,3 @@ export * from './assets';
export * from './homePageComponents';
export * from './deprecated';
export * from './api';
export { homeTranslationRef } from './translation';
+1 -1
View File
@@ -16,7 +16,7 @@
import { createTranslationRef } from '@backstage/frontend-plugin-api';
/**
* @public
* @alpha
*/
export const homeTranslationRef = createTranslationRef({
id: 'home',