Fix alpha entry point translation ref re-exports to use @alpha instead of @public
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -26,7 +26,7 @@ import { RouteRef } from '@backstage/core-plugin-api';
|
||||
import { RouteRef as RouteRef_2 } from '@backstage/frontend-plugin-api';
|
||||
import { TranslationRef } from '@backstage/frontend-plugin-api';
|
||||
|
||||
// @public @deprecated (undocumented)
|
||||
// @alpha @deprecated (undocumented)
|
||||
export const apiDocsTranslationRef: TranslationRef<
|
||||
'api-docs',
|
||||
{
|
||||
|
||||
@@ -237,7 +237,7 @@ export default createFrontendPlugin({
|
||||
import { apiDocsTranslationRef as _apiDocsTranslationRef } from './translation';
|
||||
|
||||
/**
|
||||
* @public
|
||||
* @alpha
|
||||
* @deprecated Import from `@backstage/plugin-api-docs` instead.
|
||||
*/
|
||||
export const apiDocsTranslationRef = _apiDocsTranslationRef;
|
||||
|
||||
Reference in New Issue
Block a user