diff --git a/plugins/api-docs/report-alpha.api.md b/plugins/api-docs/report-alpha.api.md index 5a91dada15..97230467c3 100644 --- a/plugins/api-docs/report-alpha.api.md +++ b/plugins/api-docs/report-alpha.api.md @@ -20,9 +20,7 @@ import { JSX as JSX_2 } from 'react'; import { RouteRef } from '@backstage/frontend-plugin-api'; import { TranslationRef } from '@backstage/frontend-plugin-api'; -// Warning: (ae-missing-release-tag) "apiDocsTranslationRef" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) +// @alpha (undocumented) export const apiDocsTranslationRef: TranslationRef< 'api-docs', { diff --git a/plugins/api-docs/src/translation.ts b/plugins/api-docs/src/translation.ts index 5fb125849f..6ae2668c7c 100644 --- a/plugins/api-docs/src/translation.ts +++ b/plugins/api-docs/src/translation.ts @@ -16,6 +16,9 @@ import { createTranslationRef } from '@backstage/frontend-plugin-api'; +/** + * @alpha + */ export const apiDocsTranslationRef = createTranslationRef({ id: 'api-docs', messages: {