From 7b8aa8d0d142c486d59e55cd49d191332bba59a7 Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Wed, 28 Jul 2021 15:21:52 +0200 Subject: [PATCH] Update documentation & add changeset Signed-off-by: Philipp Hugenroth --- .changeset/quick-coats-peel.md | 8 ++++++++ docs/features/software-catalog/catalog-customization.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .changeset/quick-coats-peel.md diff --git a/.changeset/quick-coats-peel.md b/.changeset/quick-coats-peel.md new file mode 100644 index 0000000000..12e567aa24 --- /dev/null +++ b/.changeset/quick-coats-peel.md @@ -0,0 +1,8 @@ +--- +'@backstage/core-components': patch +'@backstage/plugin-api-docs': patch +'@backstage/plugin-catalog': patch +'@backstage/plugin-scaffolder': patch +--- + +Move the `CreateComponentButton` from the catalog plugin to the `core-components` & rename it to `CreateButton` to be reused inside the api-docs plugin & scaffolder plugin, but also future plugins. Additionally, improve responsiveness of `CreateButton` & `SupportButton` by shrinking them to `IconButtons` on smaller screens. diff --git a/docs/features/software-catalog/catalog-customization.md b/docs/features/software-catalog/catalog-customization.md index 0c11d8f476..8d209cc8f0 100644 --- a/docs/features/software-catalog/catalog-customization.md +++ b/docs/features/software-catalog/catalog-customization.md @@ -36,7 +36,7 @@ export const CustomCatalogPage = ({ - + All your software catalog entities