From f8af53571deddc6c2a5c32c95161b3f2799f17b8 Mon Sep 17 00:00:00 2001 From: Kamil Zainal Date: Tue, 18 Jan 2022 18:22:03 +0000 Subject: [PATCH] Alter changeset to reflect changes local to the package Signed-off-by: Kamil Zainal --- .changeset/serious-roses-stare.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.changeset/serious-roses-stare.md b/.changeset/serious-roses-stare.md index b30676a355..ed6f20a6fa 100644 --- a/.changeset/serious-roses-stare.md +++ b/.changeset/serious-roses-stare.md @@ -2,5 +2,4 @@ '@backstage/plugin-api-docs': minor --- -Link 'Register Existing API' button on API page to /catalog-import instead of /create . -We now expect to `bind` the route for `apiDocsPlugin` to `registerComponent` instead of `createComponent`. +Renamed the `createComponent` external route to `registerApi` since it's now recommended to link to the entity registration page rather than the creation page.