From 22940cb56165167d63f06b5dd98a8ab0a53de9d1 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Fri, 12 Jan 2024 10:30:18 +0100 Subject: [PATCH] docs/frontend-system: update extension type links to use alpha API report Signed-off-by: Patrik Oldsberg --- docs/frontend-system/building-plugins/03-extension-types.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/frontend-system/building-plugins/03-extension-types.md b/docs/frontend-system/building-plugins/03-extension-types.md index 1d59c60545..1db99a78b9 100644 --- a/docs/frontend-system/building-plugins/03-extension-types.md +++ b/docs/frontend-system/building-plugins/03-extension-types.md @@ -46,14 +46,14 @@ Translation extension provide custom translation messages for the app. They can These are the extension types provided by the Backstage core feature plugins. -### EntityCard - [Reference](../../reference/plugin-catalog-react.createentitycardextension.md) +### EntityCard - [Reference](https://github.com/backstage/backstage/blob/master/plugins/catalog-react/api-report-alpha.md) Creates entity cards to be displayed on the entity pages of the catalog plugin. -### EntityContent - [Reference](../../reference/plugin-catalog-react.createentitycontentextension.md) +### EntityContent - [Reference](https://github.com/backstage/backstage/blob/master/plugins/catalog-react/api-report-alpha.md) Creates entity content to be displayed on the entity pages of the catalog plugin. -### SearchResultListItem - [Reference](../../reference/plugin-search-react.createsearchresultlistitemextension.md) +### SearchResultListItem - [Reference](https://github.com/backstage/backstage/blob/master/plugins/search-react/api-report-alpha.md) Creates search result list items for different types of search results, to be displayed in search result lists.