Skip to content

Commit 9ed5022

Browse files
committed
update report api files
Signed-off-by: Vitor Vezani <vitor.vezani@fairwinds.com>
1 parent 9988538 commit 9ed5022

File tree

3 files changed

+1
-7
lines changed

3 files changed

+1
-7
lines changed

workspaces/fairwinds-insights/plugins/fairwinds-insights-backend/report.api.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@
55
```ts
66
import { BackendFeature } from '@backstage/backend-plugin-api';
77

8-
// @public (undocumented)
8+
// @public
99
const fairwindsInsightsPlugin: BackendFeature;
1010
export default fairwindsInsightsPlugin;
1111
export { fairwindsInsightsPlugin };
12-
13-
// (No @packageDocumentation comment for this package)
1412
```

workspaces/fairwinds-insights/plugins/fairwinds-insights-common/report.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,4 @@ export interface VulnerabilityTopItem {
319319
// (undocumented)
320320
title: string;
321321
}
322-
323-
// (No @packageDocumentation comment for this package)
324322
```

workspaces/fairwinds-insights/plugins/fairwinds-insights/report.api.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,4 @@ export const ResourcesHistoryPodCountCard: () => JSX_2.Element;
3131

3232
// @public (undocumented)
3333
export const VulnerabilitiesCard: () => JSX_2.Element;
34-
35-
// (No @packageDocumentation comment for this package)
3634
```

0 commit comments

Comments
 (0)