From 504241271f8bbca66fa1cc642d308a86ca333f5f Mon Sep 17 00:00:00 2001 From: Tyler Davis Date: Tue, 26 Nov 2024 21:53:25 +1100 Subject: [PATCH] fix api report Signed-off-by: Tyler Davis --- plugins/catalog/report-alpha.api.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/plugins/catalog/report-alpha.api.md b/plugins/catalog/report-alpha.api.md index 0e01aa5659..3a9f0c6c33 100644 --- a/plugins/catalog/report-alpha.api.md +++ b/plugins/catalog/report-alpha.api.md @@ -182,27 +182,6 @@ const _default: FrontendPlugin< factory: AnyApiFactory; }; }>; - 'nav-item:catalog': ExtensionDefinition<{ - kind: 'nav-item'; - name: undefined; - config: {}; - configInput: {}; - output: ConfigurableExtensionDataRef< - { - title: string; - icon: IconComponent; - routeRef: RouteRef; - }, - 'core.nav-item.target', - {} - >; - inputs: {}; - params: { - title: string; - icon: IconComponent; - routeRef: RouteRef; - }; - }>; 'api:catalog/starred-entities': ExtensionDefinition<{ kind: 'api'; name: 'starred-entities';