From c682f5fd404b1162bcf6db63055870877bef7e85 Mon Sep 17 00:00:00 2001 From: mario ma Date: Tue, 1 Apr 2025 16:19:46 +0800 Subject: [PATCH] fix: prettier:check Signed-off-by: mario ma --- plugins/api-docs/report-alpha.api.md | 4 +--- plugins/api-docs/src/translation.ts | 3 +++ 2 files changed, 4 insertions(+), 3 deletions(-) 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: {