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)