From 4ead5772a5d4897d365961899befc6e09ba35f82 Mon Sep 17 00:00:00 2001 From: luccas Date: Tue, 5 Nov 2024 14:54:14 -0300 Subject: [PATCH] update readme Signed-off-by: luccas --- plugins/api-docs/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugins/api-docs/README.md b/plugins/api-docs/README.md index 2738cc09ae..1fe38fd9de 100644 --- a/plugins/api-docs/README.md +++ b/plugins/api-docs/README.md @@ -371,6 +371,20 @@ export const apis: AnyApiFactory[] = [ ] ``` +### Pagination + +You can add pagination support to `ApiExplorerPage` extension. + +This is an example: + +```tsx +// In packages/app/src/App.tsx + +import { ApiExplorerPage } from '@backstage/plugin-api-docs'; + +} />; +``` + ## Links - [The Backstage homepage](https://backstage.io)