From ac6e05e090864ffec132192903daeb7da50cfcc2 Mon Sep 17 00:00:00 2001 From: Andre Wanlin Date: Sat, 24 Feb 2024 14:16:08 -0600 Subject: [PATCH] Improvements based on feedback Signed-off-by: Andre Wanlin --- .../features/software-catalog/catalog-customization.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/features/software-catalog/catalog-customization.md b/docs/features/software-catalog/catalog-customization.md index be22a9e074..5340283417 100644 --- a/docs/features/software-catalog/catalog-customization.md +++ b/docs/features/software-catalog/catalog-customization.md @@ -9,7 +9,7 @@ The Backstage software catalog comes with a default `CatalogIndexPage` to filter ## Pagination -Initial support for pagination of the `CatalogIndexPage` was added in v1.21.0 of Backstage, make sure you are on that version or newer to use this feature. To enable pagination you simply need to pass in the `pagination` prop like this: +Initial support for pagination of the `CatalogIndexPage` was added in v1.21.0 of Backstage, so make sure you are on that version or newer to use this feature. To enable pagination you simply need to pass in the `pagination` prop like this: ```tsx title="packages/app/src/App.tsx" } /> @@ -17,7 +17,7 @@ Initial support for pagination of the `CatalogIndexPage` was added in v1.21.0 of ## Initially Selected Filter -By default the initially selected filter defaults to Owned, now you might be still building up your catalog and would prefer this to show All as the default. Here's how you can make that change: +By default the initially selected filter defaults to Owned. If you are still building up your catalog this may show an empty list to start. If you would prefer this to show All as the default, here's how you can make that change: ```tsx title="packages/app/src/App.tsx"